Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 60261 invoked from network); 16 Jan 2004 11:35:58 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Jan 2004 11:35:58 -0000 Received: (qmail 20763 invoked by uid 500); 16 Jan 2004 11:35:48 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 20699 invoked by uid 500); 16 Jan 2004 11:35:48 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 20666 invoked from network); 16 Jan 2004 11:35:47 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 16 Jan 2004 11:35:47 -0000 Received: (qmail 60167 invoked from network); 16 Jan 2004 11:35:47 -0000 Received: from unknown (HELO apache.org) (127.0.0.1) by localhost with SMTP; 16 Jan 2004 11:35:47 -0000 Message-ID: <4007CC90.4090206@apache.org> Date: Fri, 16 Jan 2004 12:35:44 +0100 From: Remy Maucherat User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: status of JTA integration References: <4007B6B4.1020302@signal7.de> In-Reply-To: <4007B6B4.1020302@signal7.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Rating: localhost 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Robert Kr�ger wrote: > Hi, > > we're currently in the process of porting our applications from orion to > tomcat 5. As our code relies on a JTA environment we tried JOTM (which > seems to be the recommended JTA environment, especially taking into > account the announcements regarding the Objectweb and Apache I'd like to point out that Geronimo does not have anything to do with either Tomcat or Jakarta. > partnership). However, the JOTM integration does not appear to be very > well maintained, e.g. many IMHO crucial pooling configuration parameters > are not even exposed in their JNDI ObjectFactory. After changing that I I thought JOTM was the TM of the moment :-( Oh well ... The other useable TMs I know about is the one from JBoss. It embeds Tomcat, and you can configure JBoss to have just Tomcat + the TM + the DataSource (+ the management stuff) so maybe it can work for you. > ran into bugs with the connection pool and found the code rather hard to > read and therefore took a look at tyrex (After all it is still the first > choice for transaction management for geronimo according to the geronimo > website). However, the tyrex project (although reopened) seems to be > rather dead (practically no traffic on the list) and the tomcat > integration does not seem to be maintained at all. However, the Tyrex > concepts and code looked OK, therefore I hacked together a tomcat > integration with ObjectFactories for UserTransaction, DataSource and > TransactionManager which seems to work OK. > > Now I would like to know it there is an "official" position of the > jakarta team regarding the use of a specific JTA environment now and in > the near future (geronimo?) and if there is any interest in the code I > produced for the tyrex integration (I already asked on the tyrex list > but as stated above it appears to be rather dead and I got no answer). This was removed because people complained about bugs which were not fixed (since the project is no longer really active). So I'm reluctant to add back support. I got in touch with a Tyrex developer a few months ago, and suggested they added a standard ObjectFactory in their distribution. I don't know if they did it (if they did, great, there's no problem anymore). R�my --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org