]
Dima commented on HHH-3545:
---------------------------
Sorry. I forgot to add
recursion happens in method getUserTransaction()
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: