0 Replies Latest reply on Sep 6, 2013 9:03 AM by johnbesel

    JBoss 7.1 with Apache CXF

      Hello,

       

      I try to migrate our application which has Camel with Apache CXF. to JBoss 7.1

       

      During deployment I get following exception:  java.lang.ClassNotFoundException: org.apache.cxf.transport.servlet.CXFServlet

      I've looked into ear and I can find this class. Also I read documentation of jboss wehre I can find, that JBOSS contains already CXF libraries.

      But why I get this exception? should I configure anything else ??

       

      my standalone.xml contains following extensions:

      org.jboss.as.web

      org.jboss.as.webservices

       

      I also tried to set the maven dependencies for CXF to provided, so that the libraries from JBoss should be used. But it still doesnt work.

       

      Does anybody have experience about this case??

       

       

      thank you