m]
: Sent: Wednesday, October 16, 2002 11:21 PM
: To: [EMAIL PROTECTED]
: Subject: Re: [5] ClassLoader hell. Again.
:
:
: Answering my own mail, it seems Log is loaded twice, once
: during init ( and it may be related with my setup, as I have
: few log uses in the startup code ), and then it is loade
Answering my own mail, it seems Log is loaded twice, once
during init ( and it may be related with my setup, as I have
few log uses in the startup code ), and then it is loaded
again from the webapp loader, but this time it's a different
instance ( due to reverse order ). And somehow the check for
This time I have problems with commons-logging. It seems
org.apache.commons.logging.LogConfigurationException: Class
org.apache.commons.logging.impl.Log4JCategoryLog does not implement Log
at
org.apache.commons.logging.impl.LogFactoryImpl.getLogConstructor(LogFactoryImpl.java:435)
It