Yes, its ok for me.
I misunderstood transactions and propagation, and I made mistakes in my code.
thanks
Type: Posts; User: clement tamisier; Keyword(s):
Yes, its ok for me.
I misunderstood transactions and propagation, and I made mistakes in my code.
thanks
Hi,
I am using AOP to manage my transactions with @Transactional on my services. And that works very well when a runtime exception occurs a rollback is performed. (I use hibernate and spring...