[hibernate-issues] [Hibernate-JIRA] Created: (OGM-84) Make sure to close opened transactions in OgmTestCase

Emmanuel Bernard (JIRA) noreply at atlassian.com
Fri Jul 22 06:14:16 EDT 2011


Make sure to close opened transactions in OgmTestCase
-----------------------------------------------------

                 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

        


More information about the hibernate-issues mailing list