5 Replies Latest reply on Jan 22, 2010 7:51 PM by njiang

    CAMEL-CXF/Failed to resolve endpoint/apache-servicemix-4.1.0-psc-01-00RC1

    jcs_jean-claude.souvignet

      Hello,

       

       

      I use osgi bundle to expose service.

       

      I try to create root in camel from jetty:http endpoint to CXFendpoint under camel :

      -


      from("jetty:http://localhost:9080/says").to("cxf:bean:sayHelloCxfEndpoint");

      -


       

      My xbean config have :

      -


       

      -


       

      But my endpoint isn't set in camel context under service mix :

       

      Failed to resolve endpoint: cxf://bean:sayHelloCxfEndpoint due to: registry entry called sayHelloCxfEndpoint of type org.apache.camel.component.cxf.spring.CxfEndpointBean must be specified

       

       

      I have post a full test case.

       

      Where I miss something ?

       

      Thnaks in advance for help...