[
https://issues.jboss.org/browse/WFLY-9048?page=com.atlassian.jira.plugin....
]
Ondrej Kotek moved JBEAP-11950 to WFLY-9048:
--------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-9048 (was: JBEAP-11950)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Test Suite
(was: Test Suite)
Affects Version/s: 11.0.0.Beta1
(was: 7.1.0.ER1)
MDB20TopicTestCase fails with security manager
----------------------------------------------
Key: WFLY-9048
URL:
https://issues.jboss.org/browse/WFLY-9048
Project: WildFly
Issue Type: Bug
Components: Test Suite
Affects Versions: 11.0.0.Beta1
Reporter: Ondrej Kotek
Assignee: Tomaz Cerar
MDB20TopicTestCase fails with security manager:
{noformat}
java.io.IOException: java.security.AccessControlException: WFSM000001: Permission check
failed (permission "("org.jboss.remoting3.security.RemotingPermission"
"createEndpoint")" in code source
"(vfs:/content/MDB20TopicTestCase.jar <no signer certificates>)" of
"ModuleClassLoader for Module "deployment.MDB20TopicTestCase.jar" from
Service Module Loader")
at
org.jboss.as.controller.client.impl.AbstractModelControllerClient.executeForResult(AbstractModelControllerClient.java:149)
at
org.jboss.as.controller.client.impl.AbstractModelControllerClient.execute(AbstractModelControllerClient.java:75)
at
org.jboss.as.test.integration.ejb.mdb.ejb2x.MDB20TopicTestCase.getNumberOfAllSubscriptions(MDB20TopicTestCase.java:171)
...
{noformat}
There are missing permissions {{RemotingPermission("createEndpoint")}},
{{RemotingPermission("connect")}}, and possibly others, and missing dependency
on {{org.jboss.remoting3}}.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)