[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-4620) Inject Hibernate's transaction manager into Infinispan cache instances

Galder Zamarreno (JIRA) noreply at atlassian.com
Mon Nov 30 07:10:09 EST 2009


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

Galder Zamarreno resolved HHH-4620.
-----------------------------------

       Resolution: Rejected
    Fix Version/s:     (was: 3.5)

Actually, this was already done. I was just blind looking at the code thinking it wasn't done!

Infinispan is hardcoded to use whatever Hibernate uses as transaction manager. This is done via an adapter org.infinispan.transaction.lookup.TransactionManagerLookup that basically returns whatever org.hibernate.cfg.Settings.getTransactionManagerLookup() says.

> Inject Hibernate's transaction manager into Infinispan cache instances
> ----------------------------------------------------------------------
>
>                 Key: HHH-4620
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-4620
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: caching (L2)
>    Affects Versions: 3.5.0-Beta-2
>            Reporter: Galder Zamarreno
>            Assignee: Galder Zamarreno
>
> Inject Hibernate's transaction manager into Infinispan cache instances

-- 
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