Thanks Wang, for your help... I had the same doubts, it would open multiple transactions.
Type: Posts; User: Karan; Keyword(s):
Thanks Wang, for your help... I had the same doubts, it would open multiple transactions.
Hi
I have spring file -
<bean id="transactionManager01" class="org.springframework.jdbc.datasource.DataSourceTransactionManager">
<property name="dataSource" ref="dataSource01"/>...
I need your help in transaction management in springs.....
Env -
Spring version 3.0.5, JDK 1.5, AspectJ 1.6, Websphere 6.1
I have defined <tx:advice as follows in my spring bean conf file
...