0 Replies Latest reply on Jun 18, 2011 12:42 PM by jdabrowski

    jbossws-cxf.xml and ClassNotFoundException with ear

    jdabrowski

      In my project I have server modules which contain stateless beans with @WebService annotations with endpointInteraces pointing to classes in other modules within an ear. It works fine.

       

      But when I want to use jbossws-cxf.xml (to add some extra classes to JAXBContext) then the deployment fails with ClassNotFoundException for endpointInterace classes (those in other modules).

       

      I don't understand why it doesn't work.

       

      Any suggestion how to resolve this problem?

      (jboss 6 final, jbossws-cxf 3.4.1 with spring)