[
http://opensource.atlassian.com/projects/hibernate/browse/OGM-84?page=com...
]
Emmanuel Bernard updated OGM-84:
--------------------------------
Summary: Close opened transactions in OgmTestCase using session.getTransaction()
instead of doWork (was: Make sure to close opened transactions in OgmTestCase)
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
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:
http://www.atlassian.com/software/jira