[
http://opensource.atlassian.com/projects/hibernate/browse/OGM-5?page=com....
]
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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira