DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31286>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31286

Memory leaks in JBoss due to LogFactory cache





------- Additional Comments From [EMAIL PROTECTED]  2004-11-09 08:49 -------
Maybe something alongs these lines might work. 

There are major performance issues with using a reflection to hook up the 
methods but it might be 
possible to create a Hashtable implementation that uses a WeakHashMap 
internally and then try to load 
the class by name when the LogFactory class is initialized. If the class can't 
be loaded then a normal 
Hashtable would be used. 

Probably be a good idea to allow the class name to be specified in a system 
property.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to