[jboss-jira] [JBoss JIRA] (WFCORE-612) Fix composite response structures

Brian Stansberry (JIRA) issues at jboss.org
Thu May 21 20:36:19 EDT 2015


     [ https://issues.jboss.org/browse/WFCORE-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated WFCORE-612:
------------------------------------
    Git Pull Request: https://github.com/wildfly/wildfly-core/pull/756


> 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: 2.0.0.Alpha3
>
>
> '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.15#6346)


More information about the jboss-jira mailing list