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....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira