Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] 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/821190#821190

--------------------------------------------------------------
alright, now I got it, you're right this is a bug and that line should be 
change to be this:


String roleContext = this.config.getProperty(USER_ROLES_CTX, 
this.config.getProperty(ROLE_CTX));
 

so it should get the default value from the config properties instead of 
submitting the key there. I got confused when you passed the line with 
Context.ROLE_CTX.

I'll fix this as part of the issue already opened for it.

Thanks for detailed investigation
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/821190#821190]

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
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to