Hi,

Did you put the camel-cxf.jar into your class path?
BTW, Since we use the Spring customer namespace handler to deal with the
camel:destination please make sure the camel-cxf.jar's
META-INF/spring.handlers and META-INF/spring.schemas are loadable by Spring.

Willem

notsure wrote:
> I have a jaxws endpoint which im trying to generate an http endpoint to
> transport soap messages to a secondary service(request/response). I'm using
> eclipse 3.4.2, cxf 2.1.4 and camel 2.0 m1. The secondary service has five
> endpoints so I've been trying to use pipeline with filter using xpath.
> However, when I add camel:destination to my applicationcontext
> eclipse/tomcat cannot find it. 
> 
> snippets
> 
> xmlns:camel="http://cxf.apache.org/transports/camel";
> 
> http://cxf.apache.org/transports/camel
>     http://cxf.apache.org/transports/camel/camel.xsd";
> 
> <camel:destination
>               name="{http://localhost:8080}ServiceSoapPort.http-destination";>
>               <camelContext id="context" 
> xmlns="http://camel.apache.org/schema/spring/";>
>                       <route>
> 
> I know the url doesn't resolve and I've copied the xsd from the jar file,
> what can i do to resolve this?
> 

Reply via email to