[seam-commits] Seam SVN: r7147 - trunk/bootstrap.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jan 18 10:14:01 EST 2008


Author: pete.muir at jboss.org
Date: 2008-01-18 07:37:49 -0500 (Fri, 18 Jan 2008)
New Revision: 7147

Added:
   trunk/bootstrap/commons-logging.properties
Log:
Make hibernate logging work

Added: trunk/bootstrap/commons-logging.properties
===================================================================
--- trunk/bootstrap/commons-logging.properties	                        (rev 0)
+++ trunk/bootstrap/commons-logging.properties	2008-01-18 12:37:49 UTC (rev 7147)
@@ -0,0 +1,5 @@
+# The Sun JSF RI bundles and wraps commons-logging, which, for unknown reasons, disables any other
+# commons-logging (my guess: the LogFactoryImpl detection routine is broken). This configuration
+# file makes it work again (also for unknown reasons).
+org.apache.commons.logging.LogFactory=org.apache.commons.logging.impl.LogFactoryImpl
+org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger
\ No newline at end of file


Property changes on: trunk/bootstrap/commons-logging.properties
___________________________________________________________________
Name: svn:mime-type
   + text/plain




More information about the seam-commits mailing list