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

Forum Posts

Process defenition id generator

Guys, it's not funny in BpmnDeployer.class<blockcode>        String nextId = idGenerator.getNextId();        String processDefinitionId = processDefinition.getKey()           + ":" + processDefinition.getVersion()          + ":" + nextId; // ACT-505 ...

hammer by Champ in-the-making
  • 86 Views
  • 1 replies
  • 0 kudos

How to change the context root

we have couple tomcat nodes having activiti-app under a single URL.we need to configure the deployment script to deploy the activiti-app with different context root name on each node. What is the best optio/way to do this. tried the below,changed in ...

pteki by Champ in-the-making
  • 112 Views
  • 3 replies
  • 0 kudos

Activiti 5.19 with Hibernate

Hello friends of activiti,currently I have a very strange problem - my identity tables (from activiti.h2.create.identity.sql) not exists in my h2 database (for junit testing).I use activiti 5.19.0 and hibernate 5.1.0 in my project. Activiti is connec...

turael by Champ in-the-making
  • 264 Views
  • 3 replies
  • 0 kudos

Task assignee is a number and not the user Name

HiI have Activiti synced with LDAP (users and groups).Using the Engine Java API I query for a Task and get the assignee. My surprise is that the assignee is a number and not the username I logged in with. I would like to know how to get the username ...

srojas1 by Champ in-the-making
  • 565 Views
  • 5 replies
  • 0 kudos

Active directory configuration LDAP

Hi,i'm trying to configure <strong> active directory on alfresco community 5.1e </strong> but i didn't understand the documentation very well i hope that some one could help me and try to show me the <strong> steps and the configuration </strong> tha...

Creating forms in alfresco share

Hi all,Can you please help me in Creating forms in alfresco share.my scenario is like new user option in share, when i am click on New Employee button the employee entry form will appear in the screen and what ever values i entered those values store...