Hi all! Is there a way to avoid having a DiscoveryException when trying to launch an axis class (e.g. SimpleAxisServer) from a different classLoader than the default one ? (org.apache.commons.discovery.DiscoveryException: No implementation defined for org.apache.commons.logging.LogFactory). This appends each time ther is the following line : protected static Log log = LogFactory.getLog(XXX.class.getName());
Thanks for any information !
