[jboss-user] [JBossWS] - Upgrading 4.0.4 to 4.0.5
prakah
do-not-reply at jboss.com
Wed Dec 13 06:58:30 EST 2006
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.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993358#3993358
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993358
More information about the jboss-user
mailing list