0 Replies Latest reply on May 13, 2005 10:31 AM by simon.hjorth

    Jboss 4.0.2 and Java2WSDL problem

    simon.hjorth

      When going through the JBoss Getting Started Guide 4.0 (v3), in chapter 5 you're requested to run the following command ant -f jboss-build.xml wsdl, which is supposed to use the Java2WSDL to generate the wsdl file. However the following error occurs when trying to run the command:

      [hjorth@langholt bank]$ ant -f jboss-build.xml wsdl
      Buildfile: jboss-build.xml

      wsdl:
      [java] Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/axis/wsdl/Java2WSDL
      [java] Java Result: 1

      BUILD SUCCESSFUL
      Total time: 1 second

      It seems it doesn't know where to find the Java2WSDL. This seemed to work fine with the 4.0.1_sp1 version of jboss, so what's different in the new version, since it's not working now?