JBoss Community

Re: JBPM + LDAP - can login, but HumanTask error appears in the jboss log

created by Maciej Swiderski in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community