The purpose is to determine which shell extension to register. My bundle adds shell commands by registering a shell extension as follows:
The fallback (using org.eclipse.osgi.framework.console.CommandProvider) isn't working in karaf, and if I go ahead and register the felix extension anyway, that doesn't work either. I'm trying to stick with cross-platform extension mechanisms and stay away from Karaf specific mechanisms for extending the command processor since my bundle needs to support multiple OSGi platforms. -- View this message in context: http://karaf.922171.n3.nabble.com/org-apache-felix-service-command-CommandProcessor-service-not-running-tp4043386p4043414.html Sent from the Karaf - User mailing list archive at Nabble.com.
