[hibernate-issues] [Hibernate-JIRA] Created: (HHH-6739) JtaIsolationDelegate.doTheWorkInNewTransaction fails to propagate or otherwise report caught exceptions
Sanne Grinovero (JIRA)
noreply at atlassian.com
Mon Oct 17 12:16:19 EDT 2011
JtaIsolationDelegate.doTheWorkInNewTransaction fails to propagate or otherwise report caught exceptions
-------------------------------------------------------------------------------------------------------
Key: HHH-6739
URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6739
Project: Hibernate Core
Issue Type: Bug
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Priority: Critical
Fix For: 4.0.0.next
The method _org.hibernate.engine.transaction.internal.jta.JtaIsolationDelegate.doTheWorkInNewTransaction(WorkExecutorVisitable<T>, TransactionManager)_ is swallowing exceptions which might happen during the work processing.
I did the mistake of setting _ at GeneratedValue(strategy=GenerationType.SEQUENCE)_ on a String identifier (which is nonsense of course) and it seemed like working: it was rolling back all operations without warning me.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list