Running the WebIntegrationUnitTestCase.testUnsecureRunAsServletWithPrincipalNameAndRoles case produces spurious warning msgs for the roles added at the deployment level:
17:12:20,947 WARN [EJBPolicyModuleDelegate] no match found for security role InternalUser in the deployment descriptor for ejb UnsecureRunAsServletWithPrincipalNameAndRolesTarget
17:12:20,947 WARN [EJBPolicyModuleDelegate] no match found for security role ExtraRole1 in the deployment descriptor for ejb UnsecureRunAsServletWithPrincipalNameAndRolesTarget
17:12:20,947 WARN [EJBPolicyModuleDelegate] no match found for security role ExtraRole2 in the deployment descriptor for ejb UnsecureRunAsServletWithPrincipalNameAndRolesTarget
17:12:20,978 WARN [EJBPolicyModuleDelegate] no match found for security role InternalUser in the deployment descriptor for ejb UnsecureRunAsServletWithPrincipalNameAndRolesTarget
17:12:20,979 WARN [EJBPolicyModuleDelegate] no match found for security role ExtraRole1 in the deployment descriptor for ejb UnsecureRunAsServletWithPrincipalNameAndRolesTarget
17:12:20,979 WARN [EJBPolicyModuleDelegate] no match found for security role ExtraRole2 in the deployment descriptor for ejb UnsecureRunAsServletWithPrincipalNameAndRolesTarget
This should be no more than debug level msgs.