Hide Forgot
Description of problem: The kiemgmt role is missing from web.xml files for WLS - it needs to be defined there, otherwise features relying on that role don't work on WLS. This is similar to WAS, where it was recently fixed already. Version-Release number of selected component (if applicable): 6.3.0 ER1
master: https://github.com/droolsjbpm/kie-wb-distributions/commit/294fc5c07c3a6b0e4b46d03621e7c41d45918125 6.4.x: https://github.com/droolsjbpm/kie-wb-distributions/commit/a3794d779cb02759aaaa2f8e1fe25828ab8ca97b
And it seems that putting the role into web*.xml is not sufficient. There also needs to be the correct mapping in weblogic.xml...