.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Jason Dillon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Scott M Stark"
<[EMAIL PROTECTED]>
Sent: Monday, May 20, 2002 8:28
A custom DOMConfigurator would be easier, but will only fix this specific
problem... and I am sure that this will popup again for some other reason.
If we can make a tiny and intelligent wrapper to use instead of URLClassLoader
for ServerLoader, which will use the default URLClassLoader behavi
M Stark" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 21, 2002 11:16 PM
Subject: [JBoss-dev] log4j.jar appender loading
> Inclusion of log4j.jar in the ServerLoader bootclasspath breaks
> loading of unbundled classes used by appenders such as t
Inclusion of log4j.jar in the ServerLoader bootclasspath breaks
loading of unbundled classes used by appenders such as the JavaMail
classes since the DOMConfigurator used Class.forName to load appenders,
etc. Either the class loader created by the ServerLoader needs to be a
custom
subclass that dy