Details
-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Description
Description of problem:
"add" and "remove" operation of jaxrs subsystem under deployment are useles and should not be available.
This operations were added by WFLY-3045.
How reproducible:
Always
Steps to Reproduce (remove):
- ./standalone.sh
- deploy /home/mkopecky/playground/resteasy/single-application/target/jaxrs-eap.war
- /deployment=jaxrs-eap.war/subsystem=jaxrs:remove
- :reload
- # jaxrs subsystem is not removed
Steps to Reproduce (add):
- deploy /home/mkopecky/playground/resteasy/empty-deployment/target/empty-eap.war
- /deployment=empty-eap.war/subsystem=jaxrs:add()
- :reload
- # jaxrs subsystem is not added
Attachments
Issue Links
- clones
-
JBEAP-4374 add and remove operation of jaxrs subsystem under deployment are useles and should not be available
-
- Verified
-