[jboss-cvs] JBossAS SVN: r85641 - branches/Branch_5_x/tomcat/src/main/org/jboss/web/jsf/integration/config.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 9 06:08:05 EDT 2009


Author: dimitris at jboss.org
Date: 2009-03-09 06:08:05 -0400 (Mon, 09 Mar 2009)
New Revision: 85641

Modified:
   branches/Branch_5_x/tomcat/src/main/org/jboss/web/jsf/integration/config/JBossJSFConfigureListener.java
Log:
JBAS-6475, with the update to jboss-log-bridge this is not need

Modified: branches/Branch_5_x/tomcat/src/main/org/jboss/web/jsf/integration/config/JBossJSFConfigureListener.java
===================================================================
--- branches/Branch_5_x/tomcat/src/main/org/jboss/web/jsf/integration/config/JBossJSFConfigureListener.java	2009-03-09 09:36:23 UTC (rev 85640)
+++ branches/Branch_5_x/tomcat/src/main/org/jboss/web/jsf/integration/config/JBossJSFConfigureListener.java	2009-03-09 10:08:05 UTC (rev 85641)
@@ -61,13 +61,14 @@
     {
         this.servletContext = event.getServletContext();
         if (warBundlesJSFImpl(this.servletContext)) return;
-        
-        // If the pluginClass is not set, assume Log4J
-        if (System.getProperty("org.jboss.logging.Logger.pluginClass") == null) 
-        {
-            setLog4J();
-            setLog4JForFacelets();
-        }
+  
+// JBAS-6475, with the update to jboss-log-bridge this is not need
+//        // If the pluginClass is not set, assume Log4J
+//        if (System.getProperty("org.jboss.logging.Logger.pluginClass") == null) 
+//        {
+//            setLog4J();
+//            setLog4JForFacelets();
+//        }
 
         checkForMyFaces();
         initializeJspRuntime();




More information about the jboss-cvs-commits mailing list