[jboss-jira] [JBoss JIRA] (AS7-4656) Operation read-resource with include-runtime=true leads to no result

Emanuel Muckenhuber (JIRA) jira-events at lists.jboss.org
Fri Apr 27 05:47:18 EDT 2012


    [ https://issues.jboss.org/browse/AS7-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12688289#comment-12688289 ] 

Emanuel Muckenhuber commented on AS7-4656:
------------------------------------------

Can you please attach your stacktrace. There seems to be an issue, but i don't see the UnsupportedOperationException you mentioned
                
> Operation read-resource with include-runtime=true leads to no result
> --------------------------------------------------------------------
>
>                 Key: AS7-4656
>                 URL: https://issues.jboss.org/browse/AS7-4656
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 7.1.1.Final
>            Reporter: Michael Voegele
>            Assignee: Brian Stansberry
>              Labels: include-runtime
>
> Following operation
> {code:xml}
> {
>     "address" : {
>         "host" : "master",
>         "server" : "server-1"
>     },
>     "operation" : "read-resource",
>     "recursive" : true,
>     "proxies" : true,
>     "include-defaults" : true,
>     "include-runtime" : true
> }
> {code}
> leads to
> {code:xml}
> {
>     "outcome" : "success",
>     "result" : null,
>     "failure-description" : null
> }
> {code}
> but the result is null and there is a huge stacktrace in log beginning with java.lang.UnsupportedOperationException.
> When combination of recursive=true and include-runtime=true is not allowed, the operation should fail.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list