Hi,

Karaf 4 refactored the shell commands (it now directly extends Action, and use annotations).

The gogo shell runtime bundle should be installed anyway.

Just to understand (and reproduce your issue), you created a bundle that use CommandProcessor (retrieving the service using bundleContext), right ? And in Karaf 4, you don't find the CommandProcessor service, correct ? The purpose is to execute a shell command programmatically ?

Regards
JB

On 11/09/2015 09:45 PM, chuckdumont wrote:
I have a bundle that relies on the
org.apache.felix.service.command.CommandProcessor service being up and
running.  This was working on a karaf 3.0.1 server, but on a 4.0.1 server I
recently set up, this service is not running.  How can I make sure that the
service is started when karaf starts?



--
View this message in context: 
http://karaf.922171.n3.nabble.com/org-apache-felix-service-command-CommandProcessor-service-not-running-tp4043386.html
Sent from the Karaf - User mailing list archive at Nabble.com.


--
Jean-Baptiste Onofré
[email protected]
http://blog.nanthrax.net
Talend - http://www.talend.com

Reply via email to