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