Created attachment 1003147 [details] Error stacktrace Description of problem: When I try to claim human task assigned to a group using JMS on Weblogic, I get error listed ion stacktrace. This is related to BZ 1195261 - see comment 1 . As Ivo wrote Claim task fails because user groups aren't correctly loaded. Fix done in BZ 1195261 remove issue happening when loading of LoginContext in RequestMessageBean, but there is another issue in method getGroupsFromSubject. Subject instance returned by Weblogic contains list of Principal, but those principals are instances of WLSUserImpl or WLSGroupImpl which doesn't implement interface java.security.acl.Group, therefore they aren't processed in [1]. [1] https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/kie-remote/kie-remote-services/src/main/java/org/kie/remote/services/jms/RequestMessageBean.java#L466 Version-Release number of selected component (if applicable): 6.1.0.ER6
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days