Search:

Type: Posts; User: springdeveloper7; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    575

    Below is my configuration for transactions ...

    Below is my configuration for transactions


    <bean id="TransactionProxyCreator"
    class="org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator">
    <property...
  2. Replies
    4
    Views
    575

    Transaction rollback with @Async

    I am using @Async method annotation to improve the performance of the application by querying independent tables from the same database (sql server). However the transaction is not rolled back on an...
Results 1 to 2 of 2