[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
Mon Apr 30 13:35:18 EDT 2012
[ https://issues.jboss.org/browse/AS7-4656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emanuel Muckenhuber resolved AS7-4656.
--------------------------------------
Resolution: Out of Date
Looks like this was fixed already in upstream.
> 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: Emanuel Muckenhuber
> Labels: include-runtime
> Fix For: 7.1.2.Final-redhat1
>
>
> 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