Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: Could not synchronize database state with session"

To view the discussion, visit: https://community.jboss.org/message/772329#772329

--------------------------------------------------------------
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
[https://community.jboss.org/message/772329#772329]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to