[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1662?page=c...
]
Diego Pires Plentz commented on HHH-1662:
-----------------------------------------
Isolate the testcase with the minimal sources to reproduce the error.
bulk delete causes RollbackException
------------------------------------
Key: HHH-1662
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1662
Project: Hibernate3
Issue Type: Bug
Components: query-hql
Affects Versions: 3.2.0.alpha2
Reporter: Bill Burke
Attachments: ex09_1.zip
The attached EJB3 example causes the following exception:
[java] Show all amount paid for all of Bill's reservations before update:
[java] amountPaid: 10.0
[java] amountPaid: 510.0
[java] Exception in thread "main" javax.persistence.RollbackException:
Transaction marked as rollbackOnly
[java] at org.hibernate.ejb.TransactionImpl.commit(TransactionImpl.java:50)
[java] at com.titan.clients.Bulk.main(Bulk.java:32)
[java] Java Result: 1
TO run example:
ant run.bulk
The program is in
src/main/com/titan/clients/Bulk.java
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira