Re: Referencing camel endpoint defined in the 'blueprint' XML does not appears to work

2014-04-06 Thread segev
Just a note on adding Java DSL, I had to place the before the endpoint definition to get it to work. It will be good if the camel page 'using-osgi-blueprint-with-camel' will highlight the differences between 'blueprint' XML and 'spring' XML (currently it suggests similarity). -- View this mess

Re: Referencing camel endpoint defined in the 'blueprint' XML does not appears to work

2014-04-06 Thread segev
Works fine now. Thanks for that -- View this message in context: http://camel.465427.n5.nabble.com/Referencing-camel-endpoint-defined-in-the-blueprint-XML-does-not-appears-to-work-tp5749850p5749855.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Referencing camel endpoint defined in the 'blueprint' XML does not appears to work

2014-04-06 Thread Claus Ibsen
Hi Can you try put inside On Sun, Apr 6, 2014 at 10:39 AM, segev wrote: > > In previous camel projects (deployed to Tomcat) I used the > to define endpoints and reference these from Routes in DSL. > I am now experimenting with karaf & Fuse and using the 'blueprint' XML file > with 'camel:en