]
Heiko Braun edited comment on WFLY-3706 at 8/4/14 4:16 AM:
-----------------------------------------------------------
Take a look at the response structure : outcome:success > result > outcome:failed
Inconsistent DMR response structure
-----------------------------------
Key: WFLY-3706
URL:
https://issues.jboss.org/browse/WFLY-3706
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
{noformat}
{
"address" => [
("profile" => "full"),
("subsystem" => "ejb3"),
("service" => "*")
],
"operation" => "read-resource-description"
}
{
"outcome" => "success",
"result" => {
"outcome" => "failed",
"failure-description" => "JBAS014883: No resource definition is
registered for address [
(\"profile\" => \"full\"),
(\"subsystem\" => \"ejb3\"),
(\"service\" => \"*\")
]",
"rolled-back" => true
}
}
{noformat}