Had to remove the references to the other daos in my proxy...
<bean id="proxy"
class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
<property...
Type: Posts; User: Intruder; Keyword(s):
Had to remove the references to the other daos in my proxy...
<bean id="proxy"
class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
<property...
hope it helps
Hi folks,
Here's the scope: I have a class named springProfileDAO which needs to update two other DAOs attached to it. When updating, if an update fails, I want to rollback on everything (rollback...