From 8ba078403c5b2fa3042b6955062d2dabfa9f3758 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Thu, 18 Sep 2008 13:41:51 +0000 Subject: [PATCH] swf-873 --- spring-webflow-reference/src/flow-managed-persistence.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow-reference/src/flow-managed-persistence.xml b/spring-webflow-reference/src/flow-managed-persistence.xml index d6a3571e..896af181 100644 --- a/spring-webflow-reference/src/flow-managed-persistence.xml +++ b/spring-webflow-reference/src/flow-managed-persistence.xml @@ -87,7 +87,7 @@ This pattern creates a PersistenceContext in conversationScope on flow startup, and uses that context for data access until the conversation ends. This pattern generally employs a manual flush mode; that is, the application decides when to flush changes to the database. - A convention for flow-managed flushing may be employed, such as always flushing after a transition one from one view-state to another. + A convention for flow-managed flushing may be employed, such as always flushing after a transition from one view-state to another. This pattern provides no flow-level isolation of intermediate edits since flushing synchronizes persistent object state with the database. With this pattern, all data access generally occurs non-transactionally.