You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by im...@apache.org on 2007/08/30 14:43:26 UTC

svn commit: r571142 - in /myfaces/orchestra/trunk/core/src: main/java/org/apache/myfaces/orchestra/conversation/jsf/ConversationPhaseListener.java site/xdoc/installation.xml

Author: imario
Date: Thu Aug 30 05:43:25 2007
New Revision: 571142

URL: http://svn.apache.org/viewvc?rev=571142&view=rev
Log:
updated documentation

Removed:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/ConversationPhaseListener.java
Modified:
    myfaces/orchestra/trunk/core/src/site/xdoc/installation.xml

Modified: myfaces/orchestra/trunk/core/src/site/xdoc/installation.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/site/xdoc/installation.xml?rev=571142&r1=571141&r2=571142&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/site/xdoc/installation.xml (original)
+++ myfaces/orchestra/trunk/core/src/site/xdoc/installation.xml Thu Aug 30 05:43:25 2007
@@ -240,7 +240,7 @@
 				name="JSF configuration">Next you have to add some entries to your web.xml
 				configuration. They are:
 				<ul>
-					<li>the Spring listeners</li>
+					<li>the Spring and Apache MyFaces Orchestra listeners</li>
 
 					<li>the Apache MyFaces Orchestra Filter</li>
 				</ul>
@@ -251,6 +251,9 @@
 &lt;/listener&gt;
 &lt;listener&gt;
 	&lt;listener-class&gt;org.springframework.web.context.request.RequestContextListener&lt;/listener-class&gt;
+&lt;/listener&gt;
+&lt;listener&gt;
+	&lt;listener-class&gt;org.apache.myfaces.orchestra.conversation.servlet.ConversationManagerSessionListener&lt;/listener-class&gt;
 &lt;/listener&gt;
 				</pre>
 				<p>and</p>