]
RH Bugzilla Integration commented on WFLY-3566:
-----------------------------------------------
Paul Gier <pgier(a)redhat.com> changed the Status of [bug
JMXSubsystemRemove is unsafe
----------------------------
Key: WFLY-3566
URL:
https://issues.jboss.org/browse/WFLY-3566
Project: WildFly
Issue Type: Bug
Components: Domain Management, JMX
Affects Versions: 8.1.0.Final
Reporter: Brian Stansberry
Assignee: Kabir Khan
Fix For: 9.0.0.Alpha1
The service installed by JMXSubsytemAdd is used by quite a few other subsystems
(arquillian, infinispan, jgroups, jsr77, sar, perhaps something in webservices) but
JMXSubsytemRemove just removes it.
1) Given the number of dependencies, the removal should require the
allow-resource-service-restart header.
2) The rollbackRuntime method needs to be implemented.