getting rid of commons logging

John Mazzitelli mazz at redhat.com
Fri Aug 6 18:45:59 UTC 2010


We should consider doing this. commons-logging has those classloader 
leaks problems that we've seen and tried to fix.

-------- Original Message --------
I would strongly recommend that you remove all JCL JARs from your project.

  Instead of doing this:

slf4j -> commons-logging -> whatever

do this:

jcl-over-slf4j.jar -> slf4j -> whatever

This would pretty much eliminate your leaking issues.  So far this 
approach seems to work well for AS6.


More information about the rhq-devel mailing list