[jboss-jira] [JBoss JIRA] (WFCORE-612) Fix composite response structures
Heiko Braun (JIRA)
issues at jboss.org
Thu Mar 26 05:18:18 EDT 2015
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 at 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)
More information about the jboss-jira
mailing list