java.lang.NoClassDefFoundError: org.codehaus.xfire.aegis.type.xml.SourceTyp
843833Nov 29 2007 — edited Dec 5 2007Hi.
I have a problem with Web Services deployed to Unix.
java.lang.NoClassDefFoundError: org.codehaus.xfire.aegis.type.xml.SourceType.
It seems that a xfire jar is missing.
I have put
xfire-aegis.jar
xfire-core.jar
xfire-distribution-sources.jar
xfire-java5.jar
into /usr/share/tomcat5/common/lib and /var/lib/tomcat5/common/lib.
java -version gives "java version 1.5.0_12-b04"
I just don't know what to do. :'(
please help.