4 Replies Latest reply on Dec 15, 2006 5:23 AM by heiko.braun

    Upgrading 4.0.4 to 4.0.5

    prakah

      Hello All,

      I have an Medrec application running in JBoss 4.0.4 version. But the same application doesn't work in JBoss 4.0.5, even unable to compile medrec for this version.

      I think, there might be some changes were done WebService part. The error is given below.

      genWSjava:
       [java] Exception in thread "main" java.lang.NoClassDefFoundError: org/jboss/axis/wsdl/WSDL2Java
       [java] Java Result: 1
      
      compilewsejb:
       [javac] Compiling 14 source files to /disk1/jboss/4.0.5/demos/medrec/build/medrecEar/webServicesEjb
       [javac] /disk1/jboss/4.0.5/demos/medrec/build/medrecEar/webServicesEjb/com/bea/medrec/webservices/AddressWS.java:148: package org.jboss.axis.description does not exist
       [javac] private static org.jboss.axis.description.TypeDesc typeDesc =
       [javac] ^
      
      ..
      ..
      ..
      ..


      I have already checked that there is no jar available in JBoss 4.0.5 which contains org.jboss.axis package.

      Please give me an idea to solve the problem.