[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3545) StackOverflowError in JTATransactionManager

Dima (JIRA) noreply at atlassian.com
Mon Oct 27 05:57:04 EDT 2008


StackOverflowError in JTATransactionManager
-------------------------------------------

                 Key: HHH-3545
                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3545
             Project: Hibernate Core
          Issue Type: Bug
          Components: core
    Affects Versions: 3.3.1
            Reporter: Dima


class JTATransactionManager

lines 171-173
catch ( NamingException ne ) {
throw new TransactionException( "Could not find UserTransaction in JNDI [" + getUserTransaction() + "]", ne );
}

There is a recursion here. May be did you want "getUserTransactionName()" place here instead of  "getUserTransaction()" ?

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