Re: Camel with Karaf + Blueprint

2017-03-21 Thread kumar
My Blueprint XML files has beans defined and Camel Context defined in it. remaining are routes files. with camel namespace Best Regards Kumar Phani: Touchpeak Software cell: +65 9821 8689 email: ku...@touchpeak.com On Tue, Mar 21, 2017 at 10:18 PM, Quinn Stevenson [via Camel] < ml-node+s465427n57

Re: Camel with Karaf + Blueprint

2017-03-21 Thread Quinn Stevenson
Could you share you’re blueprint XML files? I use Blueprint + Karaf extensively, and I’ve always got into trouble if I mistakenly use the Spring namespace. I’d be interested to see what is different about your Blueprint XML files. > On Mar 9, 2017, at 8:24 AM, kumar wrote: > > > I found th

Re: Camel with Karaf + Blueprint

2017-03-09 Thread kumar
I found the isssue now I am able to load routes and beans . but beans I think i have t make as service to regsiter with Camel and access from other route xml files. Strange thing here is I thin k it is bug in Camel- even though I am using blueprint XML dsl it looks for Spring in . *Problem:* h

Re: Camel with Karaf + Blueprint

2017-03-09 Thread Grzegorz Grzybek
Hello kumar Show me MANIFEST.MF of your bundle. regards Grzegorz 2017-03-09 11:24 GMT+01:00 kumar : > Hi , > > I am getting below issues with loading Camel-Routes.xml (which has > with blueprint namespace). > > > javax.xml.bind.UnmarshalException: unexpected element > (uri:"http://camel.apache

Re: Camel with Karaf + Blueprint

2017-03-09 Thread kumar
Hi , I am getting below issues with loading Camel-Routes.xml (which has with blueprint namespace). javax.xml.bind.UnmarshalException: unexpected element (uri:"http://camel.apache.org/schema/blueprint"; local:"routes"). Expected elements are <{http://camel.apache.org/schema/spring}aggregate> <{

Re: Camel with Karaf + Blueprint

2017-03-08 Thread kumar
0 down vote favorite I am trying to use Camel(2.18.2) + karaf(4.0.8)+blueprint(Aries) for my migration as suggested by experts. I have separated files as Routes XML files and Beans XML files. RouteXml-> it has only Camel Routes BeanXml-> it has only beans defines *Structure::* *

Camel with Karaf + Blueprint

2017-03-07 Thread kumar
s in Karaf Container. Please help me on how to load beans from other bundles. I did export all packges from other bundles. Thanks, Kumar -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-Karaf-Blueprint-tp5795036.html Sent from the Camel - Users mailing list

Re: Camel with Karaf + Blueprint

2017-03-07 Thread Andreas Gies
kges from other bundles. Thanks, Kumar -- View this message in context: http://camel.465427.n5.nabble.com/Camel-with-Karaf-Blueprint-tp5795036.html Sent from the Camel - Users mailing list archive at Nabble.com.