[
https://issues.jboss.org/browse/WFLY-6565?page=com.atlassian.jira.plugin....
]
Brian Stansberry reopened WFLY-6565:
------------------------------------
Reopening to align with the downstream issue, which QE reopened.
Let's just drop these handlers. If there's any logic that is counting on executing
them it is almost certainly broken.
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
Fix For: 11.0.0.Alpha1
*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
(v7.2.3#72005)