AW: FileAppender is not assignable to Appender

2009-10-29 Thread Bender Heri
My guess: there are two log4j.jar, probably of different versions: one in the parent classlaoder and one in the child classloader. Therefore java regards these two as different classes. Heri -Ursprüngliche Nachricht- Von: chrisgage [mailto:chrisg...@bellsouth.net] Gesendet: Mittwoch,

Re: AW: FileAppender is not assignable to Appender

2009-10-29 Thread chrisgage
That was what I thought originally. But that isn't it... The jars we added definitely do not contain a log4j.jar, (I have checked the source and unzipped the jar files to be sure) and the only one in the workspace is log4j-1.2.15.jar in the lib folder of the EAR project. And all the jar