RE: [5] ClassLoader hell. Again.

2002-10-18 Thread Brzezinski, Paul J
: 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 loaded

[5] ClassLoader hell. Again.

2002-10-16 Thread Costin Manolache
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

Re: [5] ClassLoader hell. Again.

2002-10-16 Thread Costin Manolache
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