[hibernate-issues] [Hibernate-JIRA] Commented: (OGM-5) Make JPA work in RESOURCE_LOCAL

Emmanuel Bernard (JIRA) noreply at atlassian.com
Thu Jun 16 04:34:26 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/OGM-5?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42610#action_42610 ] 

Emmanuel Bernard commented on OGM-5:
------------------------------------

Is that related to HibernateOgmPersistence#enforceOgmConfig
{code}
//FIXME use Environment.DEFAULT_TRANSACTION_STRATEGY when 3.6.4 is out
map.put( "hibernate.transaction.default_factory_class", JTATransactionManagerTransactionFactory.class.getName() );
//FIXME use Environment.DEFAULT_MANAGER_LOOKUP when 3.6.4 is out
map.put( "hibernate.transaction.default_manager_lookup_class", JBossTSStandaloneTransactionManagerLookup.class.getName() );{code}


> Make JPA work in RESOURCE_LOCAL
> -------------------------------
>
>                 Key: OGM-5
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/OGM-5
>             Project: Hibernate OGM
>          Issue Type: New Feature
>            Reporter: Emmanuel Bernard
>
> This probably will require to write a custom Hibernate Transaction implementation that use batch or something approaching.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list