Re: Problem with camel routes running in apache-karaf-2.3.3

2014-01-17 Thread andrzej.majewski
I created a JIRA ticket https://issues.apache.org/jira/browse/CAMEL-7139 -- View this message in context: http://camel.465427.n5.nabble.com/Problem-with-camel-routes-running-in-apache-karaf-2-3-3-tp5745929p5746164.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Problem with camel routes running in apache-karaf-2.3.3

2014-01-17 Thread Claus Ibsen
On Tue, Jan 14, 2014 at 4:57 PM, andrzej.majewski wrote: > Just a quick update. > > I have just tested the same set of project with camel branch 2.10.x > (2.10.8-SNAPSHOT) and the problem is not there. Seems the problem was > introduced between 2.10 and 2.13. > > Should I log bug on camel JIRA? >

Re: Problem with camel routes running in apache-karaf-2.3.3

2014-01-14 Thread andrzej.majewski
Just a quick update. I have just tested the same set of project with camel branch 2.10.x (2.10.8-SNAPSHOT) and the problem is not there. Seems the problem was introduced between 2.10 and 2.13. Should I log bug on camel JIRA? -- View this message in context: http://camel.465427.n5.nabble.com

Re: Problem with camel routes running in apache-karaf-2.3.3

2014-01-14 Thread andrzej.majewski
I just refactored the example to make sure that there is no confusion between packages. So I have changed package for org.apache.camel.example.osgi.MyPojo to org.apache.camel.example.osgi.domain.MyPojo And redeployed the refactored projects so the MANIFEST.MF now looks like that: Manifest-V

Re: Problem with camel routes running in apache-karaf-2.3.3

2014-01-14 Thread sanjbh
In the MANIFEST.MF for camel-example-osgi, I do not see org.apache.camel.example.osgi in the Import-Package section. Maybe you need to add it specifically in for the maven-bundle-plugin in pom.xml? Thanks, Sanjay -- View this message in context: http://camel.465427.n5.nabble.