[jboss-cvs] JBossAS SVN: r88407 - projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri May 8 01:54:46 EDT 2009


Author: dan.j.allen
Date: 2009-05-08 01:54:46 -0400 (Fri, 08 May 2009)
New Revision: 88407

Modified:
   projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml
Log:
WBRI-257
WBRI-258


Modified: projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml
===================================================================
--- projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml	2009-05-08 05:53:04 UTC (rev 88406)
+++ projects/webbeans-ri-int/trunk/deployer/src/main/assembly/resources/lib-int/faces/META-INF/faces-config.xml	2009-05-08 05:54:46 UTC (rev 88407)
@@ -1,11 +1,12 @@
 <?xml version="1.0"?>
-<faces-config id="web-beans" version="1.2" 
+<faces-config id="webbeans" version="1.2" 
               xmlns="http://java.sun.com/xml/ns/javaee"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
               xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd">
 
    <application>
       <el-resolver>org.jboss.webbeans.el.WebBeansELResolver</el-resolver>
+      <view-handler>org.jboss.webbeans.jsf.ConversationAwareViewHandler</view-handler>
    </application>
 	<lifecycle>
 		<phase-listener>org.jboss.webbeans.jsf.WebBeansPhaseListener</phase-listener>




More information about the jboss-cvs-commits mailing list