Re: getting felix scr commands to show up in karaf?

2011-01-17 Thread David Jencks
I've restarted karaf several times and still don't see the commands. thanks for taking a look! david jencks On Jan 16, 2011, at 11:48 PM, Jean-Baptiste Onofré wrote: I saw that commands not exposed with Blueprint don't appear automatically after installation. I restarted Karaf to get it

Re: getting felix scr commands to show up in karaf?

2011-01-17 Thread Guillaume Nodet
The reason is that the CommandsCompleter (which does completion of command names) only takes into account commands implementing Function (see checkData() method), whereas gogo support reflective commands defined as Methods for example. However, we need to be able to access the mapping between the

Question about Karaf 2.1.99.SNAPSHOT and ActiveMQ

2011-01-17 Thread Ivanhoe Abrahams
Hi all A week or so back I reported a problem on Karaf 2.1.99.SNAPSHOT, when trying to add ActiveMQ as a feature. The problem was that in Karaf, the latest version of gogo has been refactored to remove org.osgi.service.command as an exported package. However the ACtiveMQ feature install requires

Re: Question about Karaf 2.1.99.SNAPSHOT and ActiveMQ

2011-01-17 Thread Jean-Baptiste Onofré
Hi Ivanhoe, I think that the JIRA should be open on ActiveMQ to upgrade to the latest Gogo version. I'm gonna open this JIRA and submit the corresponding patch. Don't be afraid, I added your issue in my TODO list :) Regards JB On 01/17/2011 09:58 AM, Ivanhoe Abrahams wrote: Hi all A week

What is the best way to deploy an OSGi application in the ServiceMix/Karaf?

2011-01-17 Thread Sergey_Zhemzhitsky
Hi there, I'm depeloping an OSGi application that will be run under the ServiceMix 4 and I'm interested in what is the best way to deploy such an application under the ServiceMix. I have tried to use maven proxy such as nexus to deliver bundles and features, but in case of instability of that