I changed that to get the TransactionAwareDataSourceProxy .But it does not seem to work .
<bean id="dataSource"
class="org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy" >...
Type: Posts; User: forandroid; Keyword(s):
I changed that to get the TransactionAwareDataSourceProxy .But it does not seem to work .
<bean id="dataSource"
class="org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy" >...
I am trying to use transaction management with Spring and Plain JDBC(not JDBC template provided in the Spring jar).
But due to some reason the Roll back is not happening.
Here' my application...