[webbeans-commits] Webbeans SVN: r1807 - examples/trunk/conversations/WebContent/WEB-INF.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Sat Mar 7 15:39:25 EST 2009


Author: pete.muir at jboss.org
Date: 2009-03-07 15:39:25 -0500 (Sat, 07 Mar 2009)
New Revision: 1807

Added:
   examples/trunk/conversations/WebContent/WEB-INF/.faces-config.xml.jsfdia
Modified:
   examples/trunk/conversations/WebContent/WEB-INF/web.xml
Log:
WBINT-8

Added: examples/trunk/conversations/WebContent/WEB-INF/.faces-config.xml.jsfdia
===================================================================
--- examples/trunk/conversations/WebContent/WEB-INF/.faces-config.xml.jsfdia	                        (rev 0)
+++ examples/trunk/conversations/WebContent/WEB-INF/.faces-config.xml.jsfdia	2009-03-07 20:39:25 UTC (rev 1807)
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<PROCESS model-entity="JSFProcess">
+ <PROCESS-ITEM NAME="rules:#home.xhtml" PATH="/home.xhtml"
+  SHAPE="144,120,0,0" model-entity="JSFProcessGroup">
+  <PROCESS-ITEM ID="rules:#home.xhtml:0" NAME="item" PATH="/home.xhtml" model-entity="JSFProcessItem">
+   <PROCESS-ITEM-OUTPUT ID="home::#home.xhtml" NAME="output"
+    PATH="/home.xhtml" TARGET="rules:#home.xhtml" TITLE="home" model-entity="JSFProcessItemOutput"/>
+  </PROCESS-ITEM>
+ </PROCESS-ITEM>
+</PROCESS>

Modified: examples/trunk/conversations/WebContent/WEB-INF/web.xml
===================================================================
--- examples/trunk/conversations/WebContent/WEB-INF/web.xml	2009-03-07 20:22:12 UTC (rev 1806)
+++ examples/trunk/conversations/WebContent/WEB-INF/web.xml	2009-03-07 20:39:25 UTC (rev 1807)
@@ -28,16 +28,5 @@
    <session-config>
       <session-timeout>10</session-timeout>
    </session-config>
-   
-   <filter>
-      <filter-name>Web Beans Conversation Propagation Filter</filter-name>
-      <filter-class>org.jboss.webbeans.servlet.ConversationPropagationFilter</filter-class>
-   </filter>
-   
-   <filter-mapping>
-      <filter-name>Web Beans Conversation Propagation Filter</filter-name>
-      <servlet-name>Faces Servlet</servlet-name>
-      <url-pattern>*.jsf</url-pattern>
-   </filter-mapping>
 
 </web-app>




More information about the weld-commits mailing list