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 2008/01/29 12:24:52 UTC

svn commit: r616266 - in /myfaces/orchestra/trunk/core/src/test/resources: org/apache/myfaces/orchestra/conversation/TestScope.xml testApplicationContext.xml

Author: skitching
Date: Tue Jan 29 03:24:50 2008
New Revision: 616266

URL: http://svn.apache.org/viewvc?rev=616266&view=rev
Log:
Change flash -> access

Modified:
    myfaces/orchestra/trunk/core/src/test/resources/org/apache/myfaces/orchestra/conversation/TestScope.xml
    myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml

Modified: myfaces/orchestra/trunk/core/src/test/resources/org/apache/myfaces/orchestra/conversation/TestScope.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/test/resources/org/apache/myfaces/orchestra/conversation/TestScope.xml?rev=616266&r1=616265&r2=616266&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/test/resources/org/apache/myfaces/orchestra/conversation/TestScope.xml (original)
+++ myfaces/orchestra/trunk/core/src/test/resources/org/apache/myfaces/orchestra/conversation/TestScope.xml Tue Jan 29 03:24:50 2008
@@ -67,9 +67,9 @@
 						</property>
 					</bean>
 				</entry>
-				<entry key="conversation.flash">
+				<entry key="conversation.access">
 					<bean class="org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope">
-					  <property name="lifetime" value="flash"/>
+					  <property name="lifetime" value="access"/>
 					</bean>
 				</entry>
 			</map>

Modified: myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml?rev=616266&r1=616265&r2=616266&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml (original)
+++ myfaces/orchestra/trunk/core/src/test/resources/testApplicationContext.xml Tue Jan 29 03:24:50 2008
@@ -36,9 +36,9 @@
 					  <property name="timeout" value="30"/>
 					</bean>
 				</entry>
-				<entry key="conversation.flash">
+				<entry key="conversation.access">
 					<bean class="org.apache.myfaces.orchestra.conversation.spring.SpringConversationScope">
-					  <property name="lifetime" value="flash"/>
+					  <property name="lifetime" value="access"/>
 					</bean>
 				</entry>
 			</map>