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

Forum Posts

Alfresco Community 5.0 -> 5.1 Postgresql Problems release

Hi to all,Following the steps to upgrade from 5.0 to 5.1 I see an error with the postresql database.The alf_data directory contain a database in postresql 9.3 and the new alfresco have the postgresql 9.4So after the cold restore the database won't st...

gasp72 by Champ in-the-making
  • 386 Views
  • 2 replies
  • 0 kudos

'No items' error in 'Shared Files'

Hello.When the user clicks on Shared Files in the Alfresco Share menu, a red bar with "No items" text appears and nothing is displayed. The catalina.out file says this:Caused by: java.lang.IllegalStateException: Invalid shared home path: /app:company...

jonvargas by Confirmed Champ
  • 427 Views
  • 2 replies
  • 0 kudos

Alterar página inicial default para ser uma Wiki

Bom dia pessoal!Sou novo no Alfresco e no fórum, então desculpem as gafes até ficar intimo dos dois! :-)Queria saber como poderia fazer para sempre que um usuário se logar no Alfresco ele ser automaticamente redirecionado para uma determinada Wiki. A...

Timestamp issues

Hi,I have the following setup:Activiti 5.21Tomcat 8Java 8Postgresql 9.4.1208I'm having issues with the timestamps stored in ACT_RU_TASK and ACT_HI_ACTINST by Activiti Engine. The timestamp provided by the engine is roughly a day behind the system tim...

dan1 by Champ in-the-making
  • 450 Views
  • 2 replies
  • 0 kudos

Notifying the native task

How do i notify the native task(eg. ScriptTask, ServiceTask, UserTask etc) after deleting a process instance through runtimeService.deleteProcessInstance(ProcessInstanceId, Reason);‍‍‍to close itself and stop further execution since i am trying to ki...

Notifying the native task

How do i notify the native task(eg. ScriptTask, ServiceTask, UserTask etc) after deleting a process instance through runtimeService.deleteProcessInstance(ProcessInstanceId, Reason);‍‍‍to close itself and stop further execution since i am trying to ki...

How to create stand-alone user task with local variables

I am trying to create a stand-alone user task which is not associated with any process instance. How could I create local variables to be associated with the new task?Using the code below we can create and persist the task, but the last call 'CreateV...

Configure Alfresco community to sync AD users

Hi guys.Installed (alfresco-community-installer-201605-win-x64).Would like to achieve that alfresco would be synced with Windows Active Directory.Are there any tutorials (step by steps) how to achieve in this version in community edition?Haven't foun...

bostjanc by Champ in-the-making
  • 4322 Views
  • 7 replies
  • 0 kudos

Javascript Task that uses XPath

I am running out of options and attempting to find out if there is a way to evaluate xpath expressions inside of a ScriptTask.  Long story short, I have to embed a large XML block in the process definition, and use several variables to access the app...

agreen53 by Champ in-the-making
  • 200 Views
  • 2 replies
  • 0 kudos

Runtime Service

Hey,I am working on a project where i use service task to connect with third party libraries to do some statistical calculations. I am currently using spring-activiti jar.I have the following concerns regarding "RuntimeService", please try to address...