Return-Path: Delivered-To: apmail-incubator-open-jpa-dev-archive@locus.apache.org Received: (qmail 87872 invoked from network); 28 Dec 2006 21:38:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Dec 2006 21:38:50 -0000 Received: (qmail 64591 invoked by uid 500); 28 Dec 2006 21:38:57 -0000 Delivered-To: apmail-incubator-open-jpa-dev-archive@incubator.apache.org Received: (qmail 64570 invoked by uid 500); 28 Dec 2006 21:38:56 -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 64561 invoked by uid 99); 28 Dec 2006 21:38:56 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Dec 2006 13:38:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of david.blevins@visi.com designates 208.42.156.9 as permitted sender) Received: from [208.42.156.9] (HELO cenn.mc.mpls.visi.com) (208.42.156.9) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Dec 2006 13:38:46 -0800 Received: from [192.168.42.22] (cpe-76-167-176-83.socal.res.rr.com [76.167.176.83]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by cenn.mc.mpls.visi.com (Postfix) with ESMTP id E931881FE for ; Thu, 28 Dec 2006 15:38:25 -0600 (CST) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <48C20108-8F08-4EE0-BE3E-4343ABA4B885@visi.com> References: <08682C02-6432-41BE-B8E6-3716133D0928@apache.org> <45429FA7.3020800@pobox.com> <38B333BC-53A5-4C79-9278-973143DB83EB@apache.org> <4542B324.3050709@pobox.com> <48C20108-8F08-4EE0-BE3E-4343ABA4B885@visi.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <51849AD5-19DB-4097-BB1D-4678883D64D9@visi.com> Content-Transfer-Encoding: 7bit From: David Blevins Subject: Re: JTA 1.1 has been published Date: Thu, 28 Dec 2006 13:38:22 -0800 To: open-jpa-dev@incubator.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org On Dec 21, 2006, at 12:19 AM, David Blevins wrote: > > On Oct 27, 2006, at 8:38 PM, Craig L Russell wrote: > >> When can Geronimo ship an upgrade to JTA 1.1 that we can use and >> compile with 1.3? >> >> These are "goodness" that I think OpenJPA can use. >> > > Ok, so it's taken me a while to get this done, but I've got our JTA > 1.1 and JPA specs ready for release and up for vote. > > The JPA spec jar had some compliance issues which I fixed: > http://mail-archives.apache.org/mod_mbox/geronimo-scm/200612.mbox/% > 3c20061221041508.72F661A981A@eris.apache.org%3e > > The JTA spec jar was fine. > > Assuming those votes pass, I'll publish them both and the JTA jar > with jdk 1.3 as requested -- ensuring the "goodness" is locked in :) > FYI, the specs are final and available should you want them. http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo- jta_1.1_spec/1.0/ http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo- jpa_3.0_spec/1.0/ And the jta jar was compiled with jdk 1.3. -David