Skip to content

Commit

Permalink
WBINT-8
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Mar 7, 2009
1 parent b82c9c5 commit d90381b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
10 changes: 10 additions & 0 deletions conversations/WebContent/WEB-INF/.faces-config.xml.jsfdia
@@ -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>
11 changes: 0 additions & 11 deletions conversations/WebContent/WEB-INF/web.xml
Expand Up @@ -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>

0 comments on commit d90381b

Please sign in to comment.