]
Emmanuel Bernard resolved OGM-84.
---------------------------------
Resolution: Fixed
Assignee: Emmanuel Bernard
Close opened transactions in OgmTestCase using
session.getTransaction() instead of doWork
-----------------------------------------------------------------------------------------
Key: OGM-84
URL:
http://opensource.atlassian.com/projects/hibernate/browse/OGM-84
Project: Hibernate OGM
Issue Type: Improvement
Reporter: Emmanuel Bernard
Assignee: Emmanuel Bernard
Today we use session.doWork but this is not supported in OGM.
An opened Tx is cancelled after 30 seconds with cryptic logs.
Instead, use session.getTransaction()
--
This message is automatically generated by JIRA.
For more information on JIRA, see: