1 Reply Latest reply on Oct 25, 2012 9:01 AM by swiderski.maciej

    Could not synchronize database state with session

    nsit_yogesh

      Hi all,

       

      I have attached the error which I received on the console while running my jBPM project. Also I am attaching my code and persistence.xml. I am not able to solve this issue for long time. Please help me in this.

       

      Regards,

      Yogesh Garg

        • 1. Re: Could not synchronize database state with session
          swiderski.maciej

          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