Re: Camel with OSGI in Felix with Spring DSL

2017-03-06 Thread kumar
Now I started Looking into blueprint-Aries + camel , migrating all codes and xml namespaces from spring. Lets see how ot would be.. Thanks for all your support. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-OSGI-in-Felix-with-Spring-DSL-tp5794738p5794984.html

Re: Camel with OSGI in Felix with Spring DSL

2017-03-06 Thread Tim Jones
As Claus has pointed out you are probably better not to use Gemini Blueprint, it is not a very active project and I doubt whether you will find much support within the Karaf/Felix/OSGi community. -- View this message in context:

Re: Camel with OSGI in Felix with Spring DSL

2017-03-06 Thread Claus Ibsen
No Use Blueprint from Apache Aries which is what ServiceMix / Karaf / Camel, JBoss Fuse et all are using and tested with. On Mon, Mar 6, 2017 at 4:06 AM, kumar wrote: > Hi Tim, > > Thanks for your suggestion. > After going through some forums , I found that

Re: Camel with OSGI in Felix with Spring DSL

2017-03-05 Thread Tim Jones
Kumar, sorry can't help with your immediate issue but something you might want to consider before spending too much time going down the SpringDM route is that the SpringDM project is no longer being actively maintained. As alluded to above there are alternatives such as Blueprint (note also that

Re: Camel with OSGI in Felix with Spring DSL

2017-03-05 Thread kumar
Hi Tim, Thanks for your suggestion. After going through some forums , I found that Gemini Blueprint which supports Spring + Camel in OSGi world. Whats your opinion on GEMINI BLUEPRINT ? is it worth to try with gemini ? Thanks, Kumar -- View this message in context:

Re: Camel with OSGI in Felix with Spring DSL

2017-03-04 Thread kumar
Hi , Please some helping hand needed. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-OSGI-in-Felix-with-Spring-DSL-tp5794738p5794813.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel with OSGI in Felix with Spring DSL

2017-03-03 Thread kumar
Hi Grzegorz Grzybek , I tried your way , installed karaf 4.0.8. Unable to load spring-dm getting below error: *karaf@root()>* feature:install camel-spring-dm Error executing command: Error karaf@root()> No luck. -- View this message in context:

Re: Camel with OSGI in Felix with Spring DSL

2017-03-03 Thread Grzegorz Grzybek
Hello you have to install spring-dm features which handle Camel Spring DSL under OSGi. But Karaf 4.1 does it differently now - via aries-blueprint-spring" feature. Try Karaf 4.0.x - it has spring-dm feature. regards Grzegorz Grzybek 2017-03-03 17:20 GMT+01:00 kumar

Re: Camel with OSGI in Felix with Spring DSL

2017-03-03 Thread kumar
Hi Claus, I tried using karaf after your suggestion. I executed below commands on karaf Shell: I am using karaf:4.1.0 NO Luck not able to start the feature you provided for Camel-spring. details are given below. *karaf@root()>* feature:repo-add camel 2.18.2 Adding feature url

Re: Camel with OSGI in Felix with Spring DSL

2017-03-03 Thread kumar
Hi Claus, Thanks for quick reply . Surely I will look into karaf and try out samples in github . Even I prefer karaf and amazed with functionalities it provide as a container. -- View this message in context:

Re: Camel with OSGI in Felix with Spring DSL

2017-03-03 Thread Jacobsen, Jasen W.
We are using RedHat's JBoss Fuse and doing OSGI & blueprint XML. We have several support beans - Datasource beans - used in multiple Camel contexts & routes. JBoss Fuse is a bit of a beast. But if you can wrestle with it, it does end up working well enough. And JBoss's Fuse & Camel documentation

Re: Camel with OSGI in Felix with Spring DSL

2017-03-03 Thread souciance
I use Blueprint with Karaf rather than spring to setup my routes and camelcontext. It has worked well so far although Karaf can be a bit of pain sometimes. But have a look here for a simple example. http://blog.nanthrax.net/2014/08/testing-utest-and-itest-apache-camel-blueprint-route/ On Fri, Mar

Re: Camel with OSGI in Felix with Spring DSL

2017-03-03 Thread Andreas Gies
Hi there, for what it's worth - we are using Camel in OSGi with a non-karaf container. However - we are not using Spring. First, our container is completely written in Scala and therefor we are using different config mechanisms. Secondly, we prefer a programmatic creation of our Camel

Re: Camel with OSGI in Felix with Spring DSL

2017-03-03 Thread Claus Ibsen
See the examples there is a spring-dm example that runs in Karaf. https://github.com/apache/camel/tree/master/examples The spring-dm example is at https://github.com/apache/camel/tree/master/examples/camel-example-spring-dm Running Camel with bare bone Felix is not really recommended /

Camel with OSGI in Felix with Spring DSL

2017-03-03 Thread kumar
Hi , I am new to OSGI world. I spent lot of time (even days ) in searching/understanding camel-spring with osgi container. I didn't find a good article for begginer like me which works straightforward with some setup or github..etc. We are having camel-spring application running well. Now we