[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3438) Could not check JTA transaction; nested exception is java.lang.StackOverflowError

Holger (JIRA) noreply at atlassian.com
Wed Aug 27 19:07:26 EDT 2008


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_31006 ] 

Holger commented on HHH-3438:
-----------------------------

After hitting the same problem described here 'http://forum.hibernate.org/viewtopic.php?t=979742&start=0&postdays=0&postorder=asc&highlight=&sid=89a6317a1500adc37a19586d4e844a9a' I changed to Hibernate 3.2.6, which has bug HHH-3110. 

Now changed to Hibernate 3.3.0.SP1 and am getting a StackOverflow. VERY FRUSTRATING!!

I have a standalone application using Spring 2.5.5, Hibernate (3.x) and Atomikos 3.3.2. So no Jndi...

Is there any solution for this issue???

Thanks for help.





> Could not check JTA transaction; nested exception is java.lang.StackOverflowError
> ---------------------------------------------------------------------------------
>
>                 Key: HHH-3438
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3438
>             Project: Hibernate3
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.3.0.GA
>            Reporter: Jara Cesnek
>
> This code cause infinite loop. Moreover still dont work with JOTM.  HHH-3358
> 	protected UserTransaction *getUserTransaction*() {
> 		log.trace( "Attempting to locate UserTransaction via JNDI [{}]", getUserTransactionName() );
> 		try {
> 			UserTransaction ut = ( UserTransaction ) getInitialContext().lookup( getUserTransactionName() );
> 			if ( ut == null ) {
> 				throw new TransactionException( "Naming service lookup for UserTransaction returned null [" + getUserTransactionName() +"]" );
> 			}
> 			log.trace( "Obtained UserTransaction" );
> 			return ut;
> 		}
> 		catch ( NamingException ne ) {
> 			throw new TransactionException( "Could not find UserTransaction in JNDI [" + *getUserTransaction()* + "]", ne );
> 		}
> 	}

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