Re: Issue With namespace handlers Blueprint

2016-02-09 Thread Claus Ibsen
Ah yeah, also take a look at some of the blueprint examples in Camel to see how its done. https://github.com/apache/camel/tree/master/examples On Tue, Feb 9, 2016 at 8:58 AM, Grzegorz Grzybek wrote: > Hello > > With camel blueprint you don't use spring-dm and its namespaces. Your > XML describing

Re: Issue With namespace handlers Blueprint

2016-02-08 Thread Grzegorz Grzybek
Hello With camel blueprint you don't use spring-dm and its namespaces. Your XML describing Camel route should use http://camel.apache.org/schema/blueprint and http://www.osgi.org/xmlns/blueprint/v1.0.0 namespaces. regards Grzegorz 2016-02-09 8:49 GMT+01:00 gurmehar.kalra : > Hi, > > Facing Issue

Re: Issue With namespace handlers Blueprint

2016-02-08 Thread Claus Ibsen
A typical problem with this is that you use some Camel components / data formats etc in the blueprint xml file, which you have not yet installed in the karaf container. Install them using features:install camel- On Tue, Feb 9, 2016 at 8:49 AM, gurmehar.kalra wrote: > Hi, > > Facing Issue a