Brad Maxwell created WFCORE-3339:
------------------------------------
Summary: [GSS](7.2.0) Management returning success for read-attribute on
non-existant path
Key: WFCORE-3339
URL:
https://issues.jboss.org/browse/WFCORE-3339
Project: WildFly Core
Issue Type: Bug
Components: Domain Management
Affects Versions: 3.0.4.Final
Reporter: Brad Maxwell
Assignee: Brian Stansberry
In Wildfly, a command such as this with a non-existent path returns success instead of
failed:
{code}
/host=master/server=nonExistant:read-attribute(name=runtime-configuration-state)
{
"outcome" => "success",
"result" => "stopped"
}
{code}
Where as in EAP 6.4:
{code}
[domain@localhost:9999 /]
/host=master/server=server-NOT-EXIST:read-attribute(name=server-state)
Failed to get the list of the operation properties: "JBAS014883: No resource
definition is registered for address [
("host" => "master"),
("server" => "server-NOT-EXIST")
]"
{code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)