[
https://issues.jboss.org/browse/WFLY-6565?page=com.atlassian.jira.plugin....
]
ehsavoie Hugonnet moved JBEAP-4388 to WFLY-6565:
------------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-6565 (was: JBEAP-4388)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: REST
(was: REST)
Target Release: (was: 7.backlog.GA)
add and remove operation of jaxrs subsystem under deployment are
useles and should not be available
---------------------------------------------------------------------------------------------------
Key: WFLY-6565
URL:
https://issues.jboss.org/browse/WFLY-6565
Project: WildFly
Issue Type: Bug
Components: REST
Reporter: ehsavoie Hugonnet
Assignee: ehsavoie Hugonnet
*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
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)