Heiko Braun created WFCORE-612:
----------------------------------
Summary: Fix composite response structures
Key: WFCORE-612
URL:
https://issues.jboss.org/browse/WFCORE-612
Project: WildFly Core
Issue Type: Sub-task
Reporter: Heiko Braun
'address' and 'outcome' are not set
{noformat}
[domain@localhost:9990 /] /host=master/server-config=*:query(select=[name],
where={status=STARTED})
{
"outcome" => "success",
"result" => [
{
"address" => undefined,
"outcome" => undefined,
"result" => {"name" => "server-one"}
},
{
"address" => undefined,
"outcome" => undefined,
"result" => {"name" => "server-two"}
},
{
"address" => undefined,
"outcome" => undefined,
"result" => undefined
}
],
"server-groups" => undefined
}
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)