JBoss Community

Re: Could not synchronize database state with session

created by Maciej Swiderski in jBPM - View the full discussion

you need to make sure that you rask server is capable of getting information about users, for instance you can register user group callback like this:

 

UserGroupCallbackManager.getInstance().setCallback(userGroupCallback);

 

where userGroupCallback is instance of implementation of UserGroupCallback interface for example DefaultUserGroupCallbackImpl

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community