[jboss-user] [jBPM] - Re: JBPM + LDAP - can login, but HumanTask error appears in the jboss log
aemdtuc
do-not-reply at jboss.com
Mon Jun 3 05:09:24 EDT 2013
aemdtuc [https://community.jboss.org/people/aemdtuc] created the discussion
"Re: JBPM + LDAP - can login, but HumanTask error appears in the jboss log"
To view the discussion, visit: https://community.jboss.org/message/820927#820927
--------------------------------------------------------------
So I figured out what was wrong.
I tried to use the ldap.user.roles.ctx instead of ldap.role.ctx and the error message is gone.
Looking in the class implementation I saw at line 236: https://github.com/droolsjbpm/jbpm/blob/5.4.x/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/task/identity/LDAPUserGroupCallbackImpl.java https://github.com/droolsjbpm/jbpm/blob/5.4.x/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/task/identity/LDAPUserGroupCallbackImpl.java
{code}
String roleContext = this.config.getProperty(USER_ROLES_CTX, ROLE_CTX);
{code}
It tries to get the value for the key USER_ROLES_CTX, if this key is not in the property list, then it uses ROLE_CTX as default VALUE. This means it doesn't look for ROLE_CTX in the property list.
And that's why I get such an error message.
This is a bug should I open a jira?!
Regards,
Eduardo
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/820927#820927]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130603/50989b30/attachment-0001.html
More information about the jboss-user
mailing list