[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3358) Enable JTATransactionFactory and JTATransaction factory to work without JNDI

Les Hazlewood (JIRA) noreply at atlassian.com
Wed Jun 25 17:10:19 EDT 2008


Enable JTATransactionFactory and JTATransaction factory to work without JNDI
----------------------------------------------------------------------------

                 Key: HHH-3358
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3358
             Project: Hibernate3
          Issue Type: Improvement
          Components: core
    Affects Versions: 3.2.x, 3.3.0.CR2, 3.3.x
            Reporter: Les Hazlewood
            Assignee: Les Hazlewood
             Fix For: 3.2.x, 3.3.0.CR2, 3.3.x, 3.3.0.CR1, 3.2.6


Per issue HHH-3110, a JNDI lookup occurs when attempting to acquire a UserTransaction.  This causes problems for 'standalone' JTA TransactionManagers that don't require JNDI.

By abstracting the JNDI lookup to a method, that method could be overridden to acquire the UserTransaction in an implementation specific manner if so desired.

I'll attach the patch after I create the issue.

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