]
Brian Stansberry updated WFCORE-771:
------------------------------------
Fix Version/s: 2.2.0.CR1
Server resources off the host resource allow the removal of
deployments
-----------------------------------------------------------------------
Key: WFCORE-771
URL:
https://issues.jboss.org/browse/WFCORE-771
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Reporter: James Perkins
Assignee: Ken Wills
Priority: Critical
Labels: 2.2
Fix For: 2.2.0.CR1, 3.0.0.Alpha1
The following command succeeds, but leaves the deployment in a state that it can't be
undeployed.
{code}
/host=master/server=server-two/deployment=wildfly-helloworld.war:remove
{code}
My guess is that operation should fail or further operations to remove the deployment
should succeed.