Re: Mina route on servicemix - Error executing command: java.lang.NullPointerException

2012-03-20 Thread Omar Atia
is shell issue , wait till servicemix is up then do what I mentioned up. Thanks, Omar atia Sent via BlackBerry® -Original Message- From: Claus Ibsen Date: Tue, 20 Mar 2012 07:46:10 To: Reply-To: Subject: Re: Mina route on servicemix - Error executing command

Re: Mina route on servicemix - Error executing command: java.lang.NullPointerException

2012-03-19 Thread Claus Ibsen
Hi First of all I suggest to make sure it works *outside* OSGi. eg create a small unit test that tests that it works as expected. Then when its working, you knows its an OSGi deployment issue, which can be a beast by itself to tame. On Mon, Mar 19, 2012 at 11:42 PM, Francois Eyl wrote: > Hi guy

Mina route on servicemix - Error executing command: java.lang.NullPointerException

2012-03-19 Thread Francois Eyl
Hi guys, I've created a very simple camel route using the mina component. This route actually uses a custom Codec and is packaged as osgi bundle. Whenever I deploy it to servicemix (apache-servicemix-4.4.1-fuse-03-06) the bundle is not getting the Active state but Installed. And of course whe