I haven't played around with v6.1 yet, but in 5.x Axis is included as part of the base WAS libraries in <WAS_HOME>/lib. Since these libs are loaded first, it can interfere with any Axis installation on your own app path.
You may want to try PARENT_LAST classloading. -----Original Message----- From: Michelle Vogt [mailto:[EMAIL PROTECTED] Sent: Thursday, May 03, 2007 4:11 PM To: [email protected]; Martin Gainty Subject: Re: Axis/Wss4j Websphere NoClassDefFoundError We already have the relevant axis and wss4j jar files in our app lib directory. And, this was working previously on the previous. On 5/4/07, Martin Gainty <[EMAIL PROTECTED]> wrote: > download axis-src-1_4.zip from http://apache.osuosl.org/ws/axis/1_4/ > (and compile the package) > > M-- > This email message and any files transmitted with it contain confidential > information intended only for the person(s) to whom this email message is > addressed. If you have received this email message in error, please notify > the sender immediately by telephone or email and destroy the original > message without making a copy. Thank you. > > ----- Original Message ----- > From: "Michelle Vogt" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Thursday, May 03, 2007 6:37 PM > Subject: Axis/Wss4j Websphere NoClassDefFoundError > > > > We are trying to use Websphere 6.1 with axis and wss4j security. > > When the security is enabled, the following exception is thrown when > > the web service is called: > > > > NoClassDefFoundError: org.apache.axis.Handler > > > > This is part of the wsdd config file specifying the handler: > > <handler type="java:org.apache.ws.axis.security.WSDoAllReceiver"> > > > > If security is disabled then the web service works fine. And, also if > > the handler type is replaced with a type in our own app, then it works > > fine also. > > > > Has anybody been able to get anything similar working, or had similar > > problems with this on websphere? > > > > We're using axis 1.4, and wss4j 1.5 > > > > thanks > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
