]
Martin Simka reassigned WFLY-9065:
----------------------------------
Assignee: Martin Simka
DatasourcePoolAttributesTestCase fails with security manager
------------------------------------------------------------
Key: WFLY-9065
URL:
https://issues.jboss.org/browse/WFLY-9065
Project: WildFly
Issue Type: Bug
Components: JCA, Test Suite
Affects Versions: 11.0.0.Beta1
Reporter: Ondrej Kotek
Assignee: Martin Simka
Priority: Critical
Labels: security-manager
{{DatasourcePoolAttributesTestCase}} fails with security manager:
{noformat}
INFO [org.jboss.arquillian.testenricher.cdi.container.BeanManagerProducer]
(pool-3-thread-1) BeanManager not found.
SEVERE [org.jboss.arquillian.protocol.jmx.JMXTestRunner] (pool-3-thread-1) Failed:
org.jboss.as.test.integration.jca.poolattributes.DatasourcePoolAttributesTestCase.testModifyNonReloadAttributes:
java.lang.NullPointerException
at
org.jboss.as.test.integration.jca.JcaTestsUtil.extractConnectionManager(JcaTestsUtil.java:129)
at
org.jboss.as.test.integration.jca.JcaTestsUtil.exctractPoolConfiguration(JcaTestsUtil.java:91)
at
org.jboss.as.test.integration.jca.poolattributes.DatasourcePoolAttributesTestCase.testModifyNonReloadAttributes(DatasourcePoolAttributesTestCase.java:136)
...
{noformat}
It is not obvious why does it fail or which permissions are missing.