[hibernate-issues] [Hibernate-JIRA] Updated: (HHH-1368) Transaction Manager LookUP class for Apache Geronimo Application server

Jonas Andersen (JIRA) noreply at atlassian.com
Tue Mar 25 18:16:33 EDT 2008


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

Jonas Andersen updated HHH-1368:
--------------------------------

    Attachment: GeronimoTransactionManagerLookup.java

Here is a transaction lookup class for Geronimo. I have only done very limited testing so far on Geronimo 2.0.2 and the Hibernate CMTTransactionFactory behind an EJB3 SLSB with CMT. 
The JNDI names should be the same for Geronimo 2.1. I have not checked earlier versions.
The names used seems to be identical to those used in the JRun4TransactionManagerLookup, so if you don't mind the name being different, at least resolving the UserTransaction and TransactionManager should be possible with that class as well.

> Transaction Manager LookUP class for Apache Geronimo Application server
> -----------------------------------------------------------------------
>
>                 Key: HHH-1368
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1368
>             Project: Hibernate3
>          Issue Type: New Feature
>          Components: core
>    Affects Versions: 3.0.5
>         Environment: All versions, All Database platform
>            Reporter: Rakesh Ranjan
>            Priority: Minor
>         Attachments: GeronimoTransactionManagerLookup.java
>
>
> Hibernate provides TransactionManager Lookup class for most of the J2EE application servers like Bea Weblogic, IBM Websphere, JBoss, Orion, Jrun. But there is no TransactionManager lookup class for Apache Geronimo Application server. Apache Geronimo is an emerging opensource J2EE application server. So we need to provide a TransactionManager  lookup class for Apache Geronimo.

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