diff --git a/spring-ldap/docs/reference/src/transactions.xml b/spring-ldap/docs/reference/src/transactions.xml index da3f57f3..d21896a5 100644 --- a/spring-ldap/docs/reference/src/transactions.xml +++ b/spring-ldap/docs/reference/src/transactions.xml @@ -55,7 +55,7 @@ </bean> <bean id="contextSource" - class="org.springframework.ldap.transaction.support.TransactionAwareContextSourceProxy"> + class="org.springframework.ldap.transaction.compensating.manager.TransactionAwareContextSourceProxy"> <constructor-arg ref="contextSourceTarget" /> </bean> @@ -64,7 +64,7 @@ </bean> <bean id="transactionManager" - class="org.springframework.ldap.transaction.support.ContextSourceTransactionManager"> + class="org.springframework.ldap.transaction.compensating.manager.ContextSourceTransactionManager"> <constructor-arg ref="contextSource" /> </bean>