diff --git a/spring-webflow-reference/src/flow-managed-persistence.xml b/spring-webflow-reference/src/flow-managed-persistence.xml index 56ecc24f..36ba350c 100644 --- a/spring-webflow-reference/src/flow-managed-persistence.xml +++ b/spring-webflow-reference/src/flow-managed-persistence.xml @@ -77,7 +77,7 @@ That is it. When your flow starts, the listener will handle allocating a new EntityManager in flowScope. - Reference this EntityManager at anytime from within your flow by using the special entityManager variable. + Reference this EntityManager at anytime from within your flow by using the special persistenceContext variable. In addition, any data access that occurs using a Spring managed data access object will use this EntityManager automatically. Such data access operations should always execute non transactionally or in read-only transactions to maintain isolation of intermediate edits.