Re: Transaction manager

2008-10-16 Thread Jérôme Delattre
is warning because it does not find the Transaction Manager, only User Transaction: "[WARN] org.springframework.transaction.jta.JtaTransactionManager - No JTA TransactionManager found: transaction suspension and synchronization with existing JTA transactions not available" But I'm

RE: Transaction manager

2008-10-16 Thread Martin Gainty
and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > Date: Thu, 16 Oct 2008 14:04:37 +0200 > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: Re: Transac

Re: Transaction manager

2008-10-16 Thread Jérôme Delattre
2008/10/15 Jérôme Delattre <[EMAIL PROTECTED]>: > 2008/10/15 Jérôme Delattre <[EMAIL PROTECTED]>: >> Hi, >> >> I am looking for a standalone transaction manager for Tomcat. >> >> I tried JOTM but there's some blocker bugs in XAPool and the >>

Re: Transaction manager

2008-10-15 Thread Jérôme Delattre
2008/10/15 Jérôme Delattre <[EMAIL PROTECTED]>: > Hi, > > I am looking for a standalone transaction manager for Tomcat. > > I tried JOTM but there's some blocker bugs in XAPool and the > datasource implementation, moreover no new release for 3 years is > scary :

Transaction manager

2008-10-15 Thread Jérôme Delattre
Hi, I am looking for a standalone transaction manager for Tomcat. I tried JOTM but there's some blocker bugs in XAPool and the datasource implementation, moreover no new release for 3 years is scary :-) JBossTM works fine but it's under LGPL and unfortunatly I can't use it, too b

Re: transaction manager cannot load in Tomcat 6

2007-05-23 Thread tmo256
altz wrote: > > > > tmo256 wrote: >> >> The main thing is that my problem is very specifically with the >> transaction manager factory >> > I'm in *exactly* the same situation, with exactly the same environment > (Tomcat 6, JDK1.6, FC

Re: transaction manager cannot load in Tomcat 6

2007-05-23 Thread mwaltz
tmo256 wrote: > > The main thing is that my problem is very specifically with the > transaction manager factory > I'm in *exactly* the same situation, with exactly the same environment (Tomcat 6, JDK1.6, FC 6). We're also getting the Clas

Re: transaction manager cannot load in Tomcat 6

2007-05-21 Thread Rashmi Rubdi
On 5/21/07, tmo256 <[EMAIL PROTECTED]> wrote: Thanks so much for trying to help, though. Any further suggestions would be welcome. Sorry I couldn't be of help here, the only other thing I can think of is that the CLASSPATH may be partially correct or incorrect. It is better to not set the sys

Re: transaction manager cannot load in Tomcat 6

2007-05-21 Thread tmo256
Hi: Thanks for trying to help out. Let me clarify a couple of points. The main thing is that my problem is very specifically with the transaction manager factory; I have successfully set up other dhcp connection pools (non-transactional). >>With the failure to initialize, I moved >&g

Re: transaction manager cannot load in Tomcat 6

2007-05-19 Thread Rashmi Rubdi
On 5/19/07, Rashmi Rubdi <[EMAIL PROTECTED]> wrote: > This is what's configured as a global resource in server.xml: > min="1" > max="1" > auth="Container" > type="javax.sql.DataSource" > factory="

Re: transaction manager cannot load in Tomcat 6

2007-05-19 Thread Rashmi Rubdi
On 5/17/07, Molina, Teresa <[EMAIL PROTECTED]> wrote: I've been trying to use Tomcat 6 (with Java 6) on FC6, but I cannot seem to get the third-party transaction manager integrated as in previous versions. I have configured everything just as in Tomcat 5.5, but there seems to be a ch

transaction manager cannot load in Tomcat 6

2007-05-17 Thread Molina, Teresa
I've been trying to use Tomcat 6 (with Java 6) on FC6, but I cannot seem to get the third-party transaction manager integrated as in previous versions. I have configured everything just as in Tomcat 5.5, but there seems to be a change in the classloading structure, which simply prevent

Tomcat 6 Transaction Manager

2007-02-28 Thread Thai Dang Vu
Hello everybody, I read the JNDI Resources HOW-TO and noticed that there is something like a transaction manager in Tomcat 6. Is that right? - Add a resource factory for instantiating the UserTransaction object instance that is available at java:comp/UserTransaction. NOTE - Of the

best transaction manager and connection pool for tomcat

2006-05-30 Thread Vivek Mohan
Hi all, I'm using Tomcat 4 for my web application (don't ask me the reason why) and I was trying to evaluate different transaction managers and connection pool managers. The db is on MS Sql Server 2000. We've tried using JOTM + XAPool but we've run into a lot of connection closure issues. Is the