Hi Billy, You get this error because Blueprint when reading your xml file is looking about the namespaceHandler of Spring that it can't find. If you plan to use Aries Blueprint, then you should use the schemas definition defined for Blueprint and not Spring ( http://camel.apache.org/using-osgi-blueprint-with-camel.html).
Regards, On Thu, Aug 28, 2014 at 1:37 PM, billybobbain <[email protected]> wrote: > I had this working outside of blueprint, but want to run in OSGI > container. I > am pretty new to camel and can't quite figure this one out. > > [ Blueprint Extender: 1] BlueprintContainerImpl INFO > Bundle > messaging-blueprint is waiting for namespace handlers > [http://activemq.apache.org/schema/core, > http://camel.apache.org/schema/spring] > > The pom.xml: > http://pastebin.com/0L6TdzqG > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Waiting-for-namespace-activemq-blueprint-issue-tp5755814.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io
