]
Sanne Grinovero resolved HHH-6739.
----------------------------------
Resolution: Fixed
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 _(a)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: