-
Bug
-
Resolution: Done
-
Major
-
8.0.0.Alpha4
-
None
-
Workaround Exists
-
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:
<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>
- is related to
-
JBWS-3685 JBossWS testsuite execution against WFLY w/ security manager enabled
-
- Closed
-