advices -> adviceChain

This commit is contained in:
dsyer
2008-05-25 10:38:58 +00:00
parent 70ef162369
commit 11b4e2a012
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@
<!-- This is important... it forces the container to acknowledge message receipt,
and avoid duplicate messages in the sunny day case -->
<property name="sessionTransacted" value="true" />
<property name="advices">
<property name="adviceChain">
<list>
<!-- Need another transaction manager here so that rollbacks are processed correctly -->
<bean class="org.springframework.transaction.interceptor.TransactionInterceptor">