0 Replies Latest reply on Feb 2, 2007 6:24 AM by cinzko

    EJB3 and JBOSSWS dependency

    cinzko

      Hi,

      is there a dependency from ejb3 to jbossws?
      I have deleted the jbossws.sar directory from the jboss-deployment-directory, because i want to use xfire as an webservice-framework (and the jar-files containing the webservice-anntations are not compatible).
      and now i get an exception when my ear-file is deployed:

      12:22:24,609 WARN [main] [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=myserverjar
      java.lang.NoClassDefFoundError: javax/jws/WebService

      i have checked the jar-file and it contains no webservice-annotions.