[jboss-cvs] JBossAS SVN: r80405 - trunk/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 3 15:50:14 EST 2008


Author: stan.silvert at jboss.com
Date: 2008-11-03 15:50:14 -0500 (Mon, 03 Nov 2008)
New Revision: 80405

Modified:
   trunk/tomcat/src/resources/web.xml
Log:
JBAS-6145 Upgrade to JSF 1.2_10
JBSEAM-3481 components.xml is read twice if the jboss-seam.jar is declared in application.xml as well as in manifest classpath


Modified: trunk/tomcat/src/resources/web.xml
===================================================================
--- trunk/tomcat/src/resources/web.xml	2008-11-03 20:26:15 UTC (rev 80404)
+++ trunk/tomcat/src/resources/web.xml	2008-11-03 20:50:14 UTC (rev 80405)
@@ -15,6 +15,14 @@
 
    <!-- =========== Common Context Params ================================== -->
 
+   <!-- Regular expression to determine if two different URLs actually point -->
+   <!-- to the same jar file.  This keeps faces-config files from being      -->
+   <!-- read twice.                                                          -->
+   <context-param>
+     <param-name>com.sun.faces.duplicateJARPattern</param-name>
+     <param-value>^tmp\d+(\S*\.jar)</param-value>
+   </context-param>
+    
    <!-- JBossInjectionProvider provides resource injection for managed beans. -->
    <!-- See JSF 1.2 spec section 5.4 for details.                             -->
    <context-param>




More information about the jboss-cvs-commits mailing list