diff --git a/spring-webflow-reference/src/flow-managed-persistence.xml b/spring-webflow-reference/src/flow-managed-persistence.xml index c307c9fb..0f2259cd 100644 --- a/spring-webflow-reference/src/flow-managed-persistence.xml +++ b/spring-webflow-reference/src/flow-managed-persistence.xml @@ -75,4 +75,14 @@ Such data access operations should always execute non transactionally or in read-only transactions to maintain isolation of intermediate edits. + + Flow Managed Persistence And Sub-Flows + + Starting with version 2.3 a flow managed PersistenceContext is automatically extended + (propagated) to subflows assuming the subflow also has the <perstistence-context/> + variable. When a subflow re-uses the PersistenceContext started by its parent it ignores + commit flags when an end state is reached thereby deferring the final decision (to commit or not) to + its parent. + + \ No newline at end of file