[jboss-jira] [JBoss JIRA] (WFLY-3950) Remove @Ignore from SarTestCase
Stuart Douglas (JIRA)
issues at jboss.org
Wed Oct 8 01:36:11 EDT 2014
Stuart Douglas created WFLY-3950:
------------------------------------
Summary: Remove @Ignore from SarTestCase
Key: WFLY-3950
URL: https://issues.jboss.org/browse/WFLY-3950
Project: WildFly
Issue Type: Bug
Components: JMX
Reporter: Stuart Douglas
Assignee: David Lloyd
This test was ignored due to issues introduced by the security manager upgrade, as it now fails under the security manager due to checking being true by default.
The MBean server does an explicit check on the ProtectionDomain of the class, which is what causes the issue.
{noformat}
Caused by: java.security.AccessControlException: WFSM000001: Permission check failed (permission "("javax.management.MBeanTrustPermission" "register")" in code source "(vfs:/content/sar-example.sar <no signer certificates>)" of "null")
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the jboss-jira
mailing list