this isn't a wep app but an ejb running remotely from the servlet. i put the jars in %JBOSS_HOME%\server\default\lib and everything seems to work fine.
thanks for the input. -----Original Message----- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 6:44 PM To: [EMAIL PROTECTED] Subject: RE: jboss and axis... Put ALL axis related jars (under $AXISWEBAPP/WEB-INF/lib) in your deployed ear in the WEB-INF/lib directory. Tami -----Original Message----- From: Cervi, Anthony (PCLN-NW) [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 03, 2004 1:47 PM To: [EMAIL PROTECTED] Subject: jboss and axis... i've developed a web service client using axis 1.2 and got everything to work both standalone and from within a tomcat servlet. i've now tried to deploy my code to jboss 3.2.3 and i get the following exception when calling my client code from within an ejb: java.lang.NoClassDefFoundError: org/apache/axis/encoding/Deserializer. i've tried putting all the required jars in all of the the jboss lib folders but with no luck. any ideas? thanks.