diff --git a/spring-framework-reference/src/orm.xml b/spring-framework-reference/src/orm.xml index db22288414..cb5d5cc830 100644 --- a/spring-framework-reference/src/orm.xml +++ b/spring-framework-reference/src/orm.xml @@ -821,7 +821,7 @@ TR: REVISED, PLS REVIEW. It's not very clear. I've revised it. It refers to non- PlatformTransactionManager instance as the value of the jtaTransactionManager property - for LocalSessionFactoryBea. Spring then makes + for LocalSessionFactoryBean. Spring then makes the object available to Hibernate. @@ -860,7 +860,7 @@ TR: OK AS IS. This is very container dependent, and either case is possible.-->T - Among other activities, this synchronizationcan + Among other activities, this synchronization can trigger a callback by Spring to Hibernate, through Hibernate's afterTransactionCompletion callback (used