File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Object Relational Mapping and the fly likes Rollback issue with Hibernate in JBoss Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Object Relational Mapping
Reply Bookmark "Rollback issue with Hibernate in JBoss" Watch "Rollback issue with Hibernate in JBoss" New topic
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
 
developer file tools