org.apache.felix.shell.Command and Servicemix

123 Views Asked by At

I have implemented a set of "org.apache.felix.shell.Command"s with the purpose of utilizing it in Apache Servicemix. The commands are being registered with "org.osgi.framework.BundleActivator" (Blueprint not involved as it often collides with Spring that I use extensively). I have tested the commands with Pax-Exam and all seems to be working fine. However when deployed to the actual Servicemix container the commands are not available.

I have stumbled upon the following (http://t20025.apache-karaf-user.apachetalks.us/getting-felix-scr-commands-to-show-up-in-karaf-t20025.html), however the suggested solution is not working for me.

Did anyone experienced similar problem and managed to find a working solution?

0

There are 0 best solutions below