Created attachment 1118703 [details] stacktrace Description of problem: See DROOLS-1032 (https://issues.jboss.org/browse/DROOLS-1032). When I run WebSphere JMS tests for Kie server then SystemOut log gets filled by exception listed in attachment. It doesn't cause any error in Kie server functionality as error is created by WebSphereSecurityAdapter while JMS use JMSSecurityAdapter to get needed info, it just spam log making it almost unusable for searching for any real issue logged there. Already fixed in community with commits [1] and [2]. Version-Release number of selected component (if applicable): 6.2.1 How reproducible: Run Kie server integration tests with WebSphere profile as listed in https://github.com/droolsjbpm/droolsjbpm-integration/pull/265 Error is showed in SystemOut.log (/kie-server-parent/kie-server-tests/kie-server-integ-tests-common/target/cargo/configurations/websphere85x/logs/cargoServer/SystemOut.log). Can be simulated in any test which use JMS. Steps to Reproduce: 1. 2. 3. Actual results: SystemOut.log is spammed with error messages thrown by WebSphereSecurityAdapter. Expected results: WebSphereSecurityAdapter doesn't throw any error. Additional info: [1] https://github.com/droolsjbpm/droolsjbpm-integration/commit/866c7c01187257030a0873cc4c2f4602958d4f37 [2] https://github.com/droolsjbpm/droolsjbpm-integration/commit/5d16845116bd430157507a1bdd7526d8584a263f
fixed by merged PR https://github.com/droolsjbpm/droolsjbpm-integration/pull/267 https://github.com/droolsjbpm/droolsjbpm-integration/commit/866c7c01187257030a0873cc4c2f4602958d4f37
Verified in 6.3.0 ER1. Errors from log are gone.