Kabir Khan created WFLY-4504:
--------------------------------
Summary: Fix JGroups susbsystem remove
Key: WFLY-4504
URL:
https://issues.jboss.org/browse/WFLY-4504
Project: WildFly
Issue Type: Feature Request
Components: Clustering
Affects Versions: 9.0.0.Beta2
Reporter: Kabir Khan
Assignee: Paul Ferraro
Fix For: 9.0.0.CR1
Trying to remove the jgroups subsystem does not work:
{code}
[domain@localhost:9999 /] /profile=ha/subsystem=jgroups:remove
{
"outcome" => "failed",
"failure-description" => {"domain-failure-description" =>
"WFLYCTL0216: Management resource '[
(\"profile\" => \"ha\"),
(\"subsystem\" => \"jgroups\")
]' not found"},
"rolled-back" => true
}
{code}
This appears to be because the subsystem remove handler adds steps to remove the child
resources, and then removes the subsystem resource. So when the child removal steps are
executed the parent/subsystem address is no longer there
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)