| Author |
Rollback issue with Hibernate in JBoss
|
Ian Link
Greenhorn
Joined: Oct 13, 2006
Posts: 4
|
|
Lets say i have 100 rows to insert and the 100th item has an error (eg a value to big for column). When the commit is executed an exception is thrown and rollback is called. However, the first 99 records are still being persisted to the database and not being rolledback.
I am using an oracle database and running in a JBoss 4.0.2 container using an MBean managed SessionFactory and jboss transaction manager
The code looks like this:
|
 |
 |
|
|
subject: Rollback issue with Hibernate in JBoss
|
|
|