[hibernate-issues] [Hibernate-JIRA] Updated: (OGM-84) Close opened transactions in OgmTestCase using session.getTransaction() instead of doWork

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


     [ http://opensource.atlassian.com/projects/hibernate/browse/OGM-84?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

        


More information about the hibernate-issues mailing list