Re: 'Command not found' when using Equinox

2012-09-18 Thread redfish
that is already built that I can look? It seems like there are some basics that I'm just not understanding. Many thanks. -- View this message in context: http://karaf.922171.n3.nabble.com/Command-not-found-when-using-Equinox-tp2939669p4026067.html Sent from the Karaf - User mailing list archive

Re: 'Command not found' when using Equinox

2012-09-18 Thread Jean-Baptiste Onofré
.R36x_v20110210.jar:] . Any ideas what I'm doing wrong? Is there an example that is already built that I can look? It seems like there are some basics that I'm just not understanding. Many thanks. -- View this message in context: http://karaf.922171.n3.nabble.com/Command-not-found-when-using

Re: 'Command not found' when using Equinox

2012-09-18 Thread redfish
.nabble.com/Command-not-found-when-using-Equinox-tp2939669p4026069.html Sent from the Karaf - User mailing list archive at Nabble.com.

Re: 'Command not found' when using Equinox

2012-09-18 Thread Jean-Baptiste Onofré
wrong and/or I could load it in my karaf and see if it works as expected. Thanks! -- View this message in context: http://karaf.922171.n3.nabble.com/Command-not-found-when-using-Equinox-tp2939669p4026069.html Sent from the Karaf - User mailing list archive at Nabble.com. -- Jean-Baptiste

Re: 'Command not found' when using Equinox

2012-09-17 Thread redfish
on Windows7 with sun 6.1 jre. Let me know if any questions or if there is any doc that can assist. This is my last hurdle to getting my codebase up and running with Karaf. Thank you so much. -- View this message in context: http://karaf.922171.n3.nabble.com/Command-not-found-when-using

Re: 'Command not found' when using Equinox

2011-05-14 Thread Stefan Eder
Hi Jean-Baptiste, Thank you. The default-activation attribute was not explicitly set, so implicitly it should have been eager. I tried it with both values: same result. JDK 1.5 or 1.6 makes no difference. I made org.apache.karaf/karaf/2.2.1 the parent POM of the hello world command POM

Re: 'Command not found' when using Equinox

2011-05-14 Thread Jean-Baptiste Onofré
Hi Stefan, Could you try to add org.apache.felix.service.command in the Import-Package statement ? It's provided by org.apache.karaf.shell.commands artifact. Regards JB On 05/14/2011 11:43 AM, Stefan Eder wrote: Hi Jean-Baptiste, Thank you. The default-activation attribute was not

Re: 'Command not found' when using Equinox

2011-05-13 Thread Jean-Baptiste Onofré
Hi Stefan, in the OSGI-INF/blueprint/*.xml of your command, what's your default-activation (eager or lazy) ? Could you try to use eager in place of lazy ? Could you paste your MANIFEST also to see the OSGi package statements ? Thanks Regards JB On 05/14/2011 01:56 AM, Stefan Eder wrote: