[jboss-cvs] JBossAS SVN: r105123 - trunk/server/src/etc/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun May 23 19:32:07 EDT 2010


Author: stan.silvert at jboss.com
Date: 2010-05-23 19:32:07 -0400 (Sun, 23 May 2010)
New Revision: 105123

Modified:
   trunk/server/src/etc/deploy/jboss-logging.xml
Log:
JBAS-8042 CLONE -Parse errors from JSF when initializing admin-console


Modified: trunk/server/src/etc/deploy/jboss-logging.xml
===================================================================
--- trunk/server/src/etc/deploy/jboss-logging.xml	2010-05-23 01:29:24 UTC (rev 105122)
+++ trunk/server/src/etc/deploy/jboss-logging.xml	2010-05-23 23:32:07 UTC (rev 105123)
@@ -516,7 +516,7 @@
       <level name="WARN"/>
       <filter>
          <not>
-            <match pattern="jsf-libs/jsf-impl.jar"/>
+            <match pattern="Error\sLoading\sLibrary.*jsf-libs/jsf-impl"/>
          </not>
       </filter>
    </logger>




More information about the jboss-cvs-commits mailing list