[
https://issues.jboss.org/browse/AS7-4656?page=com.atlassian.jira.plugin.s...
]
Michael Voegele updated AS7-4656:
---------------------------------
Description:
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.
was:
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.
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