read-children-resources with include-runtime is broken
------------------------------------------------------
Key: AS7-2041
URL:
https://issues.jboss.org/browse/AS7-2041
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.1.0.Alpha1
Reporter: David Bosschaert
When adding the include-runtime attribute to :read-children-resources the result is always
undefined.
When, in the CLI I do:
{code}
subsystem=osgi] :read-children-resources(child-type=capability,include-runtime=true)
{
"outcome" => "success",
"result" => {
"javaee.api" => undefined,
"org.apache.aries.jmx" => undefined,
"org.apache.aries.util" => undefined,
"org.apache.felix.configadmin" => undefined,
"org.apache.felix.eventadmin" => undefined,
"org.apache.felix.log" => undefined,
...
{code}
In the above example, if I remove 'include-runtime' things do work normally.
I need include-runtime to properly work for the GUI side of subsystem=osgi/bundle=* since
all of the attributes of that resources are runtime only ones.
--
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