R: [Hibernate] problem in using JTA datasources

2003-09-25 Thread Travelli Stefano
te explain this topic far better than me. good luck stefano -Messaggio originale- Da: dosapati [mailto:[EMAIL PROTECTED] Inviato: giovedì 25 settembre 2003 12.48 A: Travelli Stefano; [EMAIL PROTECTED] Oggetto: Re: [Hibernate] problem in using JTA datasources Stefano, thanks for your res

Re: [Hibernate] problem in using JTA datasources

2003-09-25 Thread dosapati
- Original Message - From: "Travelli Stefano" <[EMAIL PROTECTED]> To: "dosapati" <[EMAIL PROTECTED]> Sent: Thursday, September 25, 2003 3:06 PM Subject: R: [Hibernate] problem in using JTA datasources > Change the order of the last statements: > > // first flush

[Hibernate] problem in using JTA datasources

2003-09-25 Thread dosapati
I am facing problems in using UserTransaction & JTA datasource with Hibernate.   I am using JOTM as TransactionManager and XAPool ass JTA datasource. To use them, first I resitered them from Tomcat's server.xml as Resources.My java code is like this:     try {  Context ctx = new Initial