Updated package name after restructuring.

This commit is contained in:
Mattias Arthursson
2007-04-29 11:08:48 +00:00
parent fd0880de62
commit e1761fa76b

View File

@@ -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>