4 Replies Latest reply on Aug 17, 2011 9:25 AM by neledv

    JettyHttpComponent not found

    neledv

      Hi,

       

      I would like to configure a Jetty endpoint which is secured via SSL.

      Therefor I've created a new Fuse ESB project (spring type) and defined the following route:

       

       

       

      When I deploy my project to the Fuse ESB, I always see the following message appearing in the log:

      11:52:29,126 | ERROR | xtenderThread-30 | ContextLoaderListener            | 85 - org.springframework.osgi.extender - 1.2.1 | Application context refresh failed (OsgiBundleXmlApplicationContext(bundle=nbb-jetty-adapter-ssl-sample, config=osgibundle:/META-INF/spring/*.xml))

      org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class for bean with name 'jetty' defined in URL bundle://309.0:0/META-INF/spring/camel-context.xml; nested exception is java.lang.ClassNotFoundException: org.apache.camel.component.jetty.JettyHttpComponent not found from bundle

       

      The camel-jetty and jetty features are enabled.

      What is still missing here ?