[jboss-cvs] JBossAS SVN: r60003 - branches/Branch_4_2/tomcat/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 25 14:32:20 EST 2007


Author: stan.silvert at jboss.com
Date: 2007-01-25 14:32:20 -0500 (Thu, 25 Jan 2007)
New Revision: 60003

Modified:
   branches/Branch_4_2/tomcat/src/resources/web.xml
Log:
JBAS-4026


Modified: branches/Branch_4_2/tomcat/src/resources/web.xml
===================================================================
--- branches/Branch_4_2/tomcat/src/resources/web.xml	2007-01-25 19:29:39 UTC (rev 60002)
+++ branches/Branch_4_2/tomcat/src/resources/web.xml	2007-01-25 19:32:20 UTC (rev 60003)
@@ -13,8 +13,15 @@
   <!--                                                                      -->
   <!-- WARNING:  Do not configure application-specific resources here!      -->
   <!-- They should go in the "/WEB-INF/web.xml" file in your application.   -->
-   
 
+  <!-- =========== Common Context Params ================================== -->
+  <!-- JBossInjectionProvider provides resource injection for managed beans. -->
+  <!-- See JSF 1.2 spec section 5.4 for details.                             -->
+  <context-param>
+    <param-name>com.sun.faces.injectionProvider</param-name>
+    <param-value>org.jboss.web.jsf.integration.injection.JBossInjectionProvider</param-value>
+  </context-param>
+
    <!-- ================== Common filter Configuration ==================== -->
    <filter>
       <filter-name>CommonHeadersFilter</filter-name>




More information about the jboss-cvs-commits mailing list