Alessio Soldano created WFLY-1901:
-------------------------------------
Summary: Could not grant javax.xml.ws.WebServicePermission to a deployment
Key: WFLY-1901
URL: https://issues.jboss.org/browse/WFLY-1901
Project: WildFly
Issue Type: Bug
Components: Security Manager
Affects Versions: 8.0.0.Alpha4
Reporter: Alessio Soldano
Assignee: Stefan Guilhen
Fix For: 8.0.0.Beta1
It's currently not possible by default to grant the javax.xml.ws.WebServicePermission "publish" permission to a user deployment by adding the proper entry in standalone.xml:
{noformat}
<subsystem xmlns="urn:jboss:domain:security-manager:1.0">
<deployment-permissions>
<minimum-set>
...
<permission class="javax.xml.ws.WebServicePermission" name="publishEndpoint"/>
</minimum-set>
</deployment-permissions>
</subsystem>
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira