Re: Best approach to deploy camel code as standalone application

2019-10-05 Thread Jaiprakash Mewada
Thanks, Claus and Jean. It worked :) Similarly, I want to use json-simple also in my application. Do we have command available for json-simple as well ? I tried feature:install camel-json-simple, but it didn't work. On Sat, Oct 5, 2019 at 5:13 PM Jean-Baptiste Onofré wrote: > Hi, > >

Re: Best approach to deploy camel code as standalone application

2019-10-05 Thread Jean-Baptiste Onofré
Hi, camel-gson is missing. If you use dynamic/standard distribution, you have to do feature:install camel-gson, or add this as boot feature. If you use static/immutable distribution, you have to add camel-gson feature in your pom.xml (in the karaf-maven-plugin configuration). Regards JB On

Re: Deploy custom Camel code on Apache Karaf

2019-10-05 Thread Jean-Baptiste Onofré
Hi, you can take a look on the examples here: https://github.com/apache/karaf/tree/master/examples/karaf-camel-example You have an example using blueprint DSL, an example using Java DSL. I'm adding SCR package. If you have any question, please let me know. Regards JB On 04/10/2019 14:22,