]
Brian Stansberry moved WFLY-3706 to WFCORE-593:
-----------------------------------------------
Project: WildFly Core (was: WildFly)
Key: WFCORE-593 (was: WFLY-3706)
Component/s: Domain Management
(was: Domain Management)
Inconsistent DMR response structure
-----------------------------------
Key: WFCORE-593
URL:
https://issues.jboss.org/browse/WFCORE-593
Project: WildFly Core
Issue Type: Bug
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}