You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Yannick Naudet <ya...@eglutek.com> on 2003/06/11 14:55:58 UTC

How to avoid DiscoveryException in logger registration ?

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 !