From open-jpa-dev-return-977-apmail-incubator-open-jpa-dev-archive=incubator.apache.org@incubator.apache.org Sat Oct 28 00:09:30 2006 Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 13248 invoked from network); 28 Oct 2006 00:09:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Oct 2006 00:09:30 -0000 Received: (qmail 25979 invoked by uid 500); 28 Oct 2006 00:09:40 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 25954 invoked by uid 500); 28 Oct 2006 00:09:40 -0000 Mailing-List: contact open-jpa-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: open-jpa-dev@incubator.apache.org Delivered-To: mailing list open-jpa-dev@incubator.apache.org Received: (qmail 25943 invoked by uid 99); 28 Oct 2006 00:09:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 17:09:40 -0700 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: 216.86.168.178 is neither permitted nor denied by domain of geir@pobox.com) Received: from [216.86.168.178] (HELO mxout-03.mxes.net) (216.86.168.178) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Oct 2006 17:09:28 -0700 Received: from [192.168.1.104] (unknown [67.86.14.213]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id F1C7551934 for ; Fri, 27 Oct 2006 20:09:03 -0400 (EDT) Message-ID: <45429FA7.3020800@pobox.com> Date: Fri, 27 Oct 2006 20:09:11 -0400 From: "Geir Magnusson Jr." Reply-To: geir@pobox.com User-Agent: Thunderbird 1.5.0.7 (Macintosh/20060909) MIME-Version: 1.0 To: open-jpa-dev@incubator.apache.org Subject: Re: JTA 1.1 has been published References: <08682C02-6432-41BE-B8E6-3716133D0928@apache.org> In-Reply-To: <08682C02-6432-41BE-B8E6-3716133D0928@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org I just gotta ask.... Why is one implementation "official" and another isn't if the are both compatible? And why not use something from a sister project to make it better? geir Marc Prud'hommeaux wrote: > > >> This is the official JTA 1.1 jar that is available at the java.net >> repository. > > +1 for using the official JTA libraries, rather than the stopgap > Geronimo clones. > > I'll update the pom.xml unless anyone objects. > > > > On Oct 26, 2006, at 9:16 PM, Craig L Russell wrote: > >> Hi, >> >> You might find this of interest. The JDO project recently updated our >> jta dependencies. >> >> maven.repo.remote = >> http://www.ibiblio.org/maven,https://maven-repository.dev.java.net/nonav/repository >> >> >> >> >> - org.apache.geronimo.specs >> - geronimo-jta_1.0.1B_spec >> - 1.0 >> + javax.transaction >> + transaction-api >> + 1.1 >> >> >> >> This is the official JTA 1.1 jar that is available at the java.net >> repository. >> >> The library was compiled with JDK 1.3 so it can be used with any of >> the openjpa libraries. >> >> Craig Russell >> clr@apache.org http://db.apache.org/jdo >> >> > >