From e1761fa76b6063ae81f43db2199d84e42869ca3d Mon Sep 17 00:00:00 2001 From: Mattias Arthursson Date: Sun, 29 Apr 2007 11:08:48 +0000 Subject: [PATCH] Updated package name after restructuring. --- spring-ldap/docs/reference/src/transactions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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>