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?