]
Heiko Braun reassigned WFCORE-612:
----------------------------------
Assignee: Heiko Braun
Fix composite response structures
---------------------------------
Key: WFCORE-612
URL:
https://issues.jboss.org/browse/WFCORE-612
Project: WildFly Core
Issue Type: Sub-task
Components: Domain Management
Reporter: Heiko Braun
Assignee: Heiko Braun
Fix For: 1.0.0.Beta1
'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}