[
https://issues.jboss.org/browse/WFLY-6025?page=com.atlassian.jira.plugin....
]
Radoslav Husar updated WFLY-6025:
---------------------------------
Workaround Description:
Add the permission for the deployment:
{code}
new RuntimePermission("modifyThread")
{code}
was:
Add these 2 permissions for the deployment:
{code}
new RuntimePermission("modifyThread")
{code}
org.wildfly.clustering.server.dispatcher needs to account for
security manager
------------------------------------------------------------------------------
Key: WFLY-6025
URL:
https://issues.jboss.org/browse/WFLY-6025
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 10.0.0.CR5
Reporter: Radoslav Husar
Assignee: Radoslav Husar
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)