I had the similar issue with Axis2 on websphere6: If you have commons-logging 1.1 you have this exception raised at startup by websphere6. Include v1.0.4 to avoid it.
Nagesh Subrahmanyam <[EMAIL PROTECTED]> 28/08/2007 11:20 Veuillez répondre à [email protected] A [email protected] cc Objet Axis-1.4 and commons-logging - NoClassDefFoundError Hi, I am trying a sample application for Web Services. I keep getting this error message : Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.commons.logging.LogFactory at org.apache.axis.components.logger.LogFactory.class$(LogFactory.java:45) at org.apache.axis.components.logger.LogFactory$1.run(LogFactory.java:45) at java.security.AccessController.doPrivileged(Native Method) etc.... I have included jaxrpc.jar, axis.jar (from Axis 1.4 binary distribution) and org.apache.commons.logging to the CLASSPATH. Can you please tell me if there is a (possible) version incompatibility issue here ? Regards, Nags. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
