Re: [JBoss-dev] log4j.jar appender loading

2002-05-22 Thread Scott M Stark
. 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

Re: [JBoss-dev] log4j.jar appender loading

2002-05-22 Thread Jason Dillon
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

Re: [JBoss-dev] log4j.jar appender loading

2002-05-22 Thread Scott M Stark
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

[JBoss-dev] log4j.jar appender loading

2002-05-21 Thread Scott M Stark
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