1 Reply Latest reply on Sep 19, 2006 2:50 AM by tim.cockle

    Cannot deploy bank WebService - cannot run wstool target

    forumer

      I have run most other examples, successfully, in "getting started" but run into problem when deploying the Bank WebService example; I get the following error. I'd appreciate it if somebody could tell me what I am doing wrong! I'd think that the installation process would place the xerces jar in the right place.

      I am using Java 1.5 on Windows XP.
      Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)

      Please let me know if you need more info.

      Thanks

      -----------

      C:\Downloads\J2EE\j2eetutorial14\examples\bank>ant -f jboss-build.xml wstool
      Buildfile: jboss-build.xml

      wstool:
      [wstools] log4j:WARN No appenders could be found for logger (org.jboss.ws.tools.WSTools).
      [wstools] log4j:WARN Please initialize the log4j system properly.

      BUILD FAILED
      java.lang.NoClassDefFoundError: org/apache/xerces/xs/XSModel

      Total time: 5 seconds

      ----