RE: Missing loggers from getCurrentLoggers() under WAS 5.x

2007-01-22 Thread Spies, Brennan
: Jacob Kjome [mailto:[EMAIL PROTECTED] Sent: Friday, January 19, 2007 9:40 PM To: Log4J Users List Subject: RE: Missing loggers from getCurrentLoggers() under WAS 5.x At 05:03 PM 1/19/2007, you wrote: The PARENT_LAST setting did the trick, thanks! I'm glad it worked, but I have to admit

Missing loggers from getCurrentLoggers() under WAS 5.x

2007-01-19 Thread Ostermueller, Erik
Hello, I'm writing some code that will turn log4j(1.2.8) logging on and off at runtime. I'll probably expose this via jmx. I've seen solutions out there to re-read a configuration file and this is not what I want to do. Instead, I want the code to discover all the loggers in use by my EAR

Re: Missing loggers from getCurrentLoggers() under WAS 5.x

2007-01-19 Thread James Stauffer
The difference can probably be explained as a difference in LoggerRepositories. There is a servlet (LogWeb?) that allows config changes so it migh have some clues to help you. On 1/19/07, Ostermueller, Erik [EMAIL PROTECTED] wrote: Hello, I'm writing some code that will turn log4j(1.2.8)

Re: Missing loggers from getCurrentLoggers() under WAS 5.x

2007-01-19 Thread Jacob Kjome
Does Jonas use something similar to the JBoss Unified Classloader? I don't fully understand the Unified Classloader, but from what I've gathered, it seems as if libraries, no matter where they are loaded from, are all part of one uber-classloader. If this is true, and Jonas uses something like

RE: Missing loggers from getCurrentLoggers() under WAS 5.x

2007-01-19 Thread Ostermueller, Erik
List Subject: Re: Missing loggers from getCurrentLoggers() under WAS 5.x Does Jonas use something similar to the JBoss Unified Classloader? I don't fully understand the Unified Classloader, but from what I've gathered, it seems as if libraries, no matter where they are loaded from, are all part

RE: Missing loggers from getCurrentLoggers() under WAS 5.x

2007-01-19 Thread Ostermueller, Erik
The PARENT_LAST setting did the trick, thanks! --Erik -Original Message- From: Ostermueller, Erik Sent: Friday, January 19, 2007 2:37 PM To: 'Log4J Users List' Subject: RE: Missing loggers from getCurrentLoggers() under WAS 5.x Jake, thanks for your lengthy reply. One way to solve

RE: Missing loggers from getCurrentLoggers() under WAS 5.x

2007-01-19 Thread Jacob Kjome
one in use. But I digress Jake --Erik -Original Message- From: Ostermueller, Erik Sent: Friday, January 19, 2007 2:37 PM To: 'Log4J Users List' Subject: RE: Missing loggers from getCurrentLoggers() under WAS 5.x Jake, thanks for your lengthy reply. One way to solve the multiple