[jboss-jira] [JBoss JIRA] (AS7-2041) read-children-resources with include-runtime is broken
Brian Stansberry (Resolved) (JIRA)
jira-events at lists.jboss.org
Sun Oct 9 23:16:16 EDT 2011
[ https://issues.jboss.org/browse/AS7-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry resolved AS7-2041.
-----------------------------------
Assignee: Brian Stansberry
Fix Version/s: 7.1.0.Beta1
Resolution: Done
> 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
> Assignee: Brian Stansberry
> Fix For: 7.1.0.Beta1
>
>
> 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
More information about the jboss-jira
mailing list