Hi, I have a problem with transaction under Spring/Hibernate/MySQL.
I use transcation (declaratives) to manage a object insertion, this object have a many-to-one relation with another (cascade is...
Type: Posts; User: syluser; Keyword(s):
Hi, I have a problem with transaction under Spring/Hibernate/MySQL.
I use transcation (declaratives) to manage a object insertion, this object have a many-to-one relation with another (cascade is...
Thanx for the trick for my applicationContext.xml
For MySql, it is supporting transactions (http://dev.mysql.com/doc/mysql/en/COMMIT.html)
So here my full stack trace
004-08-26...
I have some troubles with transaction, my environnement is Hibernate / MySql and I use declarative transaction (PROPAGATION_REQUIRED) on my manager. Here a method on my manager, personne have a...