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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 25 10:02:09 EDT 2008


Author: emuckenhuber
Date: 2008-08-25 10:02:09 -0400 (Mon, 25 Aug 2008)
New Revision: 77430

Modified:
   trunk/tomcat/src/resources/web.xml
Log:
[JBAS-4399] also use the delegating injection provider

Modified: trunk/tomcat/src/resources/web.xml
===================================================================
--- trunk/tomcat/src/resources/web.xml	2008-08-25 13:49:23 UTC (rev 77429)
+++ trunk/tomcat/src/resources/web.xml	2008-08-25 14:02:09 UTC (rev 77430)
@@ -19,7 +19,7 @@
    <!-- 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>
+     <param-value>org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider</param-value>
    </context-param>
    
    <!-- ================== Common filter Configuration ==================== -->




More information about the jboss-cvs-commits mailing list