JBoss Community

Re: Cannot start transactions using hornetQ and not able to acquire tasks in simple workflow process

created by Tushar Panda in jBPM Development - View the full discussion

just added the following piece of code and it works:

Properties userGroups = new Properties(); 
 userGroups.setProperty("john", "user"); 
 UserGroupCallbackManager manager = UserGroupCallbackManager.getInstance(); 
 manager.setCallback(new DefaultUserGroupCallbackImpl(userGroups)); 

 



Reply to this message by going to Community

Start a new discussion in jBPM Development at Community