[
https://issues.jboss.org/browse/WFCORE-771?page=com.atlassian.jira.plugin...
]
Brian Stansberry commented on WFCORE-771:
-----------------------------------------
The end user should not be able to directly execute any ops on a domain server that write
to what would be persistent config on a standalone server. Only the HC can do that. That
remove op should fail with:
{code}
"failure-description" => "WFLYCTL0249: Operation 'remove'
targeted at resource '[(\"deployment\" => \"some.war\")]'
was directly invoked by a user. User operations are not permitted to directly update the
persistent configuration of a server in a managed domain."
{code}
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
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.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)