1 Reply Latest reply on Aug 22, 2002 3:27 AM by archanapadhye

    JBoss-Jetty 3.0.0 : Problem while creating the static web cl

    archanapadhye

      I'm using JBoss 3.0.0 with Jetty. There is a web service running. To create the stub/proxy for the webservice, I used the AXIS utilty WSDL2Java, with following classpath
      but failed to generate the classes due to exception mentioned below

      CLASSPATH :
      .;C:\jdk1.3jre\lib\rt.jar;C:\jdk1.3lib\dt.jar;.;;;
      C:\jboss-3.0.0\server\all\lib\axis.jar;
      C:\jboss-3.0.0\server\all\lib\commons-ogging.jar;
      C:\jboss-3.0.0\server\all\lib\tt-bytecode.jar;
      C:\jboss-3.0.0\server\all\lib\wsdl4j.jar

      EXCEPTION :
      "Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/avalon/exc
      alibur/cli/CLOptionDescriptor
      at org.apache.axis.wsdl.WSDL2Java.(WSDL2Java.java:130)"

      Which is the required jar file?

      Thanks,
      -Archana Padhye