[
https://issues.jboss.org/browse/AS7-371?page=com.atlassian.jira.plugin.sy...
]
Kabir Khan commented on AS7-371:
--------------------------------
http://community.jboss.org/wiki/DetypedDescriptionOfTheAS7ManagementModel
Then if you see for example ThreadsExtension.initialize() or the initialize() method of
most other Extensions they have a DescriptionProvider when registering operations and
submodels. OSGi uses some placeholder description providers taken from
OSGiSubsystemProviders, currently just returning empty nodes, which need to be populated
with the real descriptions.
Description Providers for OSGi subsystem
----------------------------------------
Key: AS7-371
URL:
https://issues.jboss.org/browse/AS7-371
Project: Application Server 7
Issue Type: Feature Request
Components: OSGi
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: 7.0.0.CR1
The OSGi subsystem needs to provide its descriptions, if I do this in the command line
tool:
:read-resource-description(recursive=1,operations=1,inherited=0)
osgi currently does not give any meaningful descriptions of either its model or
operations:
...
"osgi" => {"operations" => {"add"
=> undefined}},
...
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira