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 datasource implementation, moreover no new release for 3 years is scary

Re: Transaction manager

2008-10-16 Thread Jérôme Delattre
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: Transaction manager 2008/10/15 Jérôme Delattre [EMAIL PROTECTED]: 2008/10/15 Jérôme Delattre [EMAIL PROTECTED]: Hi, I am

RE: Transaction manager

2008-10-16 Thread Martin Gainty
:37 +0200 From: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Transaction manager 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

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 :-) JBossTM works fine but it's under LGPL

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 ClassNotFound exception on

Re: transaction manager cannot load in Tomcat 6

2007-05-23 Thread tmo256
Matt: I got it working, and I think I figured this out. What I believe happens is that the ClassNotFound Exception is a little misleading: the JOTM classes ARE found, but the CommonsLogging class needed by the JOTM factory is NOT. I believe we had a different version of the necessary jar in the

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 all needed jars

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

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 change in the

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: Resource name=AdminCop min=1 max=1 auth=Container type=javax.sql.DataSource