JBoss Community

UserGroupCallbackManager: Not returning callback

created by houston4j in jBPM - View the full discussion

Hello,

 

I'm unable to retrieve an instance of the UserGroupCallback using the UserGroupCallbackManager.

 

From my understanding this should work by setting the jbpm.usergroup.callback property:

 

System.setProperty("jbpm.usergroup.callback", "org.jbpm.task.identity.LDAPUserGroupCallbackImpl")

 

and calling:

 

UserGroupCallbackManager.getInstance().getCallback()

 

I get a null when the getCallback() method is executed. UserGroupCallbackManager.getInstance().existsCallback() returns false.

 

Is additional configuration needed to get the LDAPUserGroupCallbackImpl registered?

Reply to this message by going to Community

Start a new discussion in jBPM at Community