-
Bug
-
Resolution: Done
-
Major
-
None
-
None
org.jboss.as.test.integration.pojo.test.BeanFactoryTestCase
./integration-tests.sh -DtestLogToFile=false -Dts.noSmoke -Dts.basic -Dtest=org.jboss.as.test.integration.pojo.test.BeanFactoryTestCase -Dsecurity.manager
Fails with:
Caused by: java.security.AccessControlException: WFSM000001: Permission check failed (permission "("java.lang.RuntimePermission" "getClassLoader")" in code source "(vfs:/content/bean-factory.jar <no signer certificates>)" of "null") at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:273) at org.wildfly.security.manager.WildFlySecurityManager.checkPermission(WildFlySecurityManager.java:175) at org.jboss.modules.Module.getClassLoader(Module.java:421) at org.jboss.as.pojo.descriptor.BaseBeanFactory.create(BaseBeanFactory.java:44) ... 19 more
- blocks
-
WFLY-6542 Fix issues in tests with Security Manager
- Open
- is blocked by
-
WFCORE-2593 DeploymentReflectionIndex requires additional permissions even if it is guarded by ServerPermission("createDeploymentReflectionIndex")
- Resolved
- is cloned by
-
JBEAP-4061 BeanFactoryTestCase fails with security manager
- Verified