[jboss-jira] [JBoss JIRA] (AS7-4656) Operation read-resource with include-runtime=true leads to no result
Michael Voegele (JIRA)
jira-events at lists.jboss.org
Fri Apr 27 05:13:17 EDT 2012
Michael Voegele created AS7-4656:
------------------------------------
Summary: 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
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
{
"outcome" : "success",
"result" : null,
"failure-description" : null
}
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