Re: How to develop a Camel route OSGi Bundle

2012-05-23 Thread Christian Schneider
Hi, you can take a look at my tutortial. It is much more curren than the one on the camel site: http://www.liquid-reality.de/x/G4Bk I did not use the archetypes but they are also a good starting point. So you can either copy and change my example or create your project from one of the archet

Re: How to develop a Camel route OSGi Bundle

2012-05-23 Thread Claus Ibsen
Hi There is Camel maven archetypes to setup new Camel projects for OSGi. We got for - spring-dm - blueprint http://camel.apache.org/camel-maven-archetypes.html On Wed, May 23, 2012 at 3:11 PM, Ashwin Karpe wrote: > Hi, > > Another simpler way is to use an archetype to do all of the hard work

Re: How to develop a Camel route OSGi Bundle

2012-05-23 Thread Ashwin Karpe
Hi, Another simpler way is to use an archetype to do all of the hard work for you and have you focus on writing the route. Many moons ago, I had developed a maven archetype that is part of the Servicemix codebase called servicemix-osgi-camel-archetype. Is should be under the group id org.apache.s

Re: How to develop a Camel route OSGi Bundle

2012-05-22 Thread Borut BolĨina
Hello, I am on that path and I can tell you - you have many many hours of reading ahead. There are three books on OSGi, one of them deals with enterprise concepts (http://www.manning.com/cummins/) and I would recommend it to you as I can imagine you will be developing Camel routes which will use J

Re: How to develop a Camel route OSGi Bundle

2012-05-22 Thread Claus Ibsen
Hi I think that tutorial is a bit outdated, as it was written in the Camel 1.x days. Christian Schneider did a blog series about camel and osgi http://www.liquid-reality.de/display/liquid/2012/01/03/Karaf+Tutorial+Part+5+-+Running+Apache+Camel+integrations+in+OSGi For osgi its easier with a eith