You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2007/09/28 11:27:13 UTC

svn commit: r580267 - /myfaces/orchestra/trunk/core/src/site/xdoc/installation.xml

Author: skitching
Date: Fri Sep 28 02:27:12 2007
New Revision: 580267

URL: http://svn.apache.org/viewvc?rev=580267&view=rev
Log:
Change recommended scope name from "normal" to "manual" - better describes the behaviour.

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=580267&r1=580266&r2=580267&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/site/xdoc/installation.xml (original)
+++ myfaces/orchestra/trunk/core/src/site/xdoc/installation.xml Fri Sep 28 02:27:12 2007
@@ -104,7 +104,7 @@
 	<bean class="org.springframework.beans.factory.config.CustomScopeConfigurer">
 		<property name="scopes">
 			<map>
-				<entry key="conversation.normal">
+				<entry key="conversation.manual">
 					<bean class="org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope">
 						<property name="timeout" value="30" />
 						<property name="advices">