Read the rules before posting!
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hibernate version: 3.0
Hi Folks,
I am using MySQL and I have autocommit set to false. I begin a transaction then perform a new inserts/updates then I have a transaction that fails due to a column being null. Then I execute a rollback in response to the exception. The rollback does run and yet the database still gets all the inserts/updates up to the failed sql statement. I have confirmed that I have a valid Transaction in play after I do a beginTransaction. It is as if autocommit is set to true.
Any ideas.
Thanks
E