Dear All,

Apologies for the confusion.

It was my problem. The xmlns declaration in my blueprint was wrong. The
fixed blueprint header is this:

<blueprint default-activation="lazy"
        xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
        xmlns:cxf="http://camel.apache.org/schema/blueprint/cxf";
        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/cxf
http://camel.apache.org/schema/cxf/camel-cxf-blueprint.xsd
       http://camel.apache.org/schema/blueprint
http://camel.apache.org/schema/blueprint/camel-blueprint.xsd";>
 ...
</blueprint>

best regards
Sriraman.



--
View this message in context: 
http://camel.465427.n5.nabble.com/camel-cxfrs-blueprint-namespace-issue-tp5770453p5770464.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to