On 1/26/06, Boris Unckel <[EMAIL PROTECTED]> wrote: > Hi, > > I will try to fix this. Please post a bugzilla record with here at > Apache (please post the id in this thread). > Another good place for this special bug is > http://developer.berlios.de/bugs/?group_id=5430 > of x4juli - http://www.x4juli.org > which will suffer from the same problem (I have to check that).
This sort of problem is always the same. The component (here, the realm; earlier, I think it could occur with a valve as well) calls container.getLogger way too early (and needlessly, as you can see in the realm code: the containerLog field shouldn't even exist) so the container logger is created while the main Catalina classloader is set as the context classloader. So JULI uses the main Catalina logging configuration. -- xxxxxxxxxxxxxxxxxxxxxxxxx Rémy Maucherat Developer & Consultant JBoss Group (Europe) SàRL xxxxxxxxxxxxxxxxxxxxxxxxx --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]