JTA support

2004-04-15 Thread Freddy Villalba Arias
Hello everybody, I've been going up and down DBCP's (and Tomcat's) homesite and haven't found the answer to this: Does Tomcat support (and manage) JTA? I know there is Tyrex, which provides this support, but I don't want to use it. From what I've read, it's somewhat obsolete, replaced

Re: JTA support

2004-04-15 Thread Robert Krüger
Freddy, IMHO your options in this issue are: 1. Use Tyrex (Dead project, so you're on your own when you run into problems) 2. Use JOTM from Objectweb (that code is not really maintained nor in a good shape either. current project lead agreed on the mailing list, that it's probably a good idea

RE: JTA support

2004-04-15 Thread Freddy Villalba Arias
. -Mensaje original- De: Robert Krüger [mailto:[EMAIL PROTECTED] Enviado el: jueves, 15 de abril de 2004 11:04 Para: Tomcat Users List Asunto: Re: JTA support Freddy, IMHO your options in this issue are: 1. Use Tyrex (Dead project, so you're on your own when you run into problems) 2. Use JOTM from

Re: JTA support

2004-04-15 Thread Robert Krüger
Hi Freddy, do you know (or anyone else for that matter) where to find instructions how to configure a minimal JBoss to provide Tomcat 5 with JTA? On the JBoss website I can only see bundles with Tomcat 4. In case you succeed. I would be interested in having a look at your configuration files.

RE: JTA support

2004-04-15 Thread Freddy Villalba Arias
, not v5). Let me know if there is something else I can do for you. Cheers, Freddy. -Mensaje original- De: Robert Krüger [mailto:[EMAIL PROTECTED] Enviado el: jueves, 15 de abril de 2004 12:44 Para: Tomcat Users List Asunto: Re: JTA support Hi Freddy, do you know (or anyone else

Re: JTA support

2004-04-15 Thread Nikola Milutinovic
Robert Krüger wrote: Hi Freddy, do you know (or anyone else for that matter) where to find instructions how to configure a minimal JBoss to provide Tomcat 5 with JTA? On the JBoss website I can only see bundles with Tomcat 4. In case you succeed. I would be interested in having a look at

RE: JTA support

2004-04-15 Thread Freddy Villalba Arias
the default version used by that version of JBoss. However, I can't assure anything about other versions (of JBoss). Regards, Freddy. -Mensaje original- De: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Enviado el: jueves, 15 de abril de 2004 14:04 Para: Tomcat Users List Asunto: Re: JTA

Re: JTA support

2004-04-15 Thread Nikola Milutinovic
Freddy Villalba Arias wrote: Hi, Sorry if I misled you. I'm using JBoss v3.2.3. According to that version's download page: (includes Tomcat 4.1.29 JBossWeb HTTP server and JSP/Servlet engine, EJB, CMP2.0, JCA, IIOP, Clustering, JTA, JMX and more) Look under doc/examples, there is a build dir

RE: JTA support

2004-04-15 Thread Freddy Villalba Arias
:19 Para: Tomcat Users List Asunto: Re: JTA support Freddy Villalba Arias wrote: Hi, Sorry if I misled you. I'm using JBoss v3.2.3. According to that version's download page: (includes Tomcat 4.1.29 JBossWeb HTTP server and JSP/Servlet engine, EJB, CMP2.0, JCA, IIOP, Clustering, JTA, JMX

Re: JTA support

2004-04-15 Thread Nikola Milutinovic
Freddy Villalba Arias wrote: You are right, Nik. There it is. However, I believe the default used by JBoss (as shipped, of course) will be v4.1.29... right? (haven't confirmed it yet) :) I don't think so. There is absolutely no reason to stick with 4.1 branch if 5.0 is stable (and it looks that

JTA support in Tomcat

2003-12-11 Thread Swaminathan Gurumoorthy
We have a web application using Struts/Tomcat 4.1.18. We use the DAO pattern using JDBC to persist data. Right now our transactions are done using the Connection object. I am getting into a situation where I need to do a two phase commit in two different datasources. And I realise I may have