It looks you didn't install the the camel-blueprint bundle rightly?
Can you double check it ?

-- 
Willem Jiang

FuseSource
Web: http://www.fusesource.com (http://www.fusesource.com/)
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) 
(English)
          http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese)
Twitter: willemjiang 
Weibo: willemjiang



On Monday, August 20, 2012 at 11:31 PM, Sriraman Gopalan wrote:

> Dear All,
> 
> Today, I tried to deploy a simple route in Websphere Application Server 8.5
> as an Asset (.eba file).
> 
> However, while deploying the asset, I got the following error:
> 
> org.apache.aries.application.modelling.ModellerException: CWSAL0126E: An
> exception occurred while modelling bundle ib-base_0.0.1.SNAPSHOT:
> org.apache.aries.application.modelling.ModellerException:
> org.osgi.service.blueprint.container.ComponentDefinitionException:
> Unsupported node namespace: http://camel.apache.org/schema/blueprint 
> 
> I use Camel 2.10.0.
> 
> My blueprint file snippet is as follows:
> 
> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xmlns:camel="http://camel.apache.org/schema/blueprint";
> xsi:schemaLocation="
> http://www.osgi.org/xmlns/blueprint/v1.0.0
> http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd
> http://camel.apache.org/schema/blueprint
> http://camel.apache.org/schema/blueprint/camel-blueprint.xsd";>
> 
> <camel:camelContext id="cbrContext" trace="false">
> <camel:packageScan>
> <camel:package>a.b.c.d</camel:package>
> </camel:packageScan>
> </camel:camelContext>
> </blueprint>
> 
> best regards
> Sriraman.
> 
> 
> 
> 
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Unable-to-deploy-a-camel-route-in-websphere-application-server-8-5-tp5717720.html
> Sent from the Camel - Users mailing list archive at Nabble.com 
> (http://Nabble.com).



Reply via email to