Christian Schneider created KARAF-3468:
------------------------------------------
Summary: Command extender should bring up commands individually as
their dependencies are available
Key: KARAF-3468
URL: https://issues.apache.org/jira/browse/KARAF-3468
Project: Karaf
Issue Type: Improvement
Affects Versions: 4.0.0.M1
Reporter: Christian Schneider
Fix For: 4.0.0, 4.0.0.M2
Currently the Command extender only starts commands a bundle provides together.
It waits till all services required by all commands are there and then start
all commands together.
I have a case in config.core where I would like to create a command that shows
meta type informations. The other commands only depend on the config admin
service and so should come up early. The config:meta command should only come
up when the MetaTypeService is installed but it should not prevent the other
commands from coming up like it is the case now.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)