Alfresco Forum
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! CMIS query gives SOLR 400 error with query

hi,I have this CMIS Query that works in Postman.   SELECT * FROM cmis:folder WHERE CONTAINS('PATH:"//app:company_home/st:sites/cm:SOCIALEDOSSIERS/cm:documentLibrary/*"')   This returns me a nice JSON:   { "properties": { "...

DM8800 by Champ in-the-making
  • 317 Views
  • 1 replies
  • 0 kudos

Alfresco Installation using WSL and Ubuntu

Good day All,I installed Alfresco using WSL and Ubuntu-24.04 on Windows Server 2022 in the d: drive running the following command: d: wsl --install -d Ubuntu-24.04 and all other commands were run in the Linux environment.The Alfresco application curr...

Resolved! APS Upgrade activiti.engine5.enabled flag

HelloBased on https://support.hyland.com/r/Alfresco/Alfresco-Process-Services/24.4/Alfresco-Process-Services/Upgrade/Upgrade-manually,  I hope to get clarification on the activiti.engine5.enabled flag (activiti5.migration.enabled is well understood)....

jshi_tamg by Champ on-the-rise
  • 363 Views
  • 1 replies
  • 0 kudos

Sequential workflows Alfresco community

Hi All- I'm a new member using the Alfresco community, so my business requires a new Sequential workflow that moves sequentially to the next approver only if the previous person approves.  If anyone rejects it goes back to the originator who revises ...

cuongtran by Champ in-the-making
  • 131 Views
  • 0 replies
  • 0 kudos

APS - How to override DbSqlSessionFactory properly?

I am using Alfresco Process Services 24.2 Spring version - 6.1.5I have overridden DbSqlSessionFactory in my custom code using below code CustomDbSqlSessionFactory  package com.activiti.extension.bean.extension.db; import lombok.RequiredArgsConstruct...