]
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: