Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 76652 invoked from network); 16 Aug 2006 22:07:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Aug 2006 22:07:59 -0000 Received: (qmail 47868 invoked by uid 500); 16 Aug 2006 22:07:57 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 47641 invoked by uid 500); 16 Aug 2006 22:07:56 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 47619 invoked by uid 99); 16 Aug 2006 22:07:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Aug 2006 15:07:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.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; Wed, 16 Aug 2006 15:07:54 -0700 Received: from [192.168.42.22] (68-171-58-68.vnnyca.adelphia.net [68.171.58.68]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by cenn.mc.mpls.visi.com (Postfix) with ESMTP id 2CDE1AA58 for ; Wed, 16 Aug 2006 17:07:33 -0500 (CDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <44E3332F.6030104@hogstrom.org> References: <74e15baa0608132024m6011c9cds259f084c33ffc52c@mail.gmail.com> <2D0D95DB-3947-4056-82F6-8FEA3D61EA19@visi.com> <15F69D2F-A5F3-4724-99AE-E9D83DE10B7C@visi.com> <44E3332F.6030104@hogstrom.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Blevins Subject: Re: JPA Plugin Status Date: Wed, 16 Aug 2006 15:07:26 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Aug 16, 2006, at 8:01 AM, Matt Hogstrom wrote: > I'm releasing out of branches/1_1_1. Is your stuff in trunk ? No it's in a branch, so we'd have to vote it into trunk. If you were thinking it was in branches/1.1.1, don't worry about it. Probably best to let Jason get his spec layout change in first. -David > > David Blevins wrote: >> Grrr, I'm missing mail again -- pulled it from the archives. >> Thanks, Dain, for pointing out there was a message for me. >> On 8/15/06, Matt Hogstrom wrote: >> > David, >> > >> > I am releasing the specs as a 1.1.1 release due to some changes >> in jacc. Do you want to include the >> > changes to JPA there? >> That would be great. In fact all the jee5_exp specs could be >> released. The related specifications went final so we should be >> good to go. >> -David >> On Aug 15, 2006, at 4:17 AM, David Blevins wrote: >>> I got OpenJPA to run with my JPA code. So we're looking real good. >>> >>> On Aug 13, 2006, at 8:24 PM, Aaron Mulder wrote: >>> >>>> So far, it's just got a TopLink provider, but if people want to >>>> copy >>>> that to create providers for Cayenne or OpenJPA or whatever, that >>>> would be great. It basically just needs to have a customized >>>> name and >>>> ClassPath, though I'm assuming any provider we integrate with >>>> will be >>>> compatible with the Geronimo JPA spec JAR (currently >>>> org.apache.geronimo.specs/geronimo-jpa_3.0_spec/1.0-SNAPSHOT/jar) >>> >>> OpenJPA and the Geronimo JPA spec jar weren't happy. Our JPA jar >>> had some bad signatures and was missing a few exception classes. >>> I fixed those and managed to get OpenJPA to compile and run with >>> our JPA jar rather than the CDDL version they use. >>> >>>> If you try to build and run this, you'll be held up by a couple >>>> things: >>> >>> For me its: >>> - Still missing the some JNDI stuff Dain is working on >>> (mentioned earlier in the thread). >>> - Need the plugin goop >>> >>> But when that is there, this should run for ejbs or servlets in >>> 1.1.1 and maybe 1.1 (should work). >>> >>>> My goal is to have a release of this plugin with sufficient user >>>> documentation when G 1.1.1 is released. It would be great to have >>>> some open source JPA providers for that release too. >>>> >>>> I also started talking to David B about the JPA work being done in >>>> OpenEJB, and I think we're agreed that we probably don't need >>>> two such >>>> plugins for G 1.1.x, so hopefully we can work toward a >>>> unification as >>>> we move forward. >>> >>> I'm sure we can figure something out. I'll give it some more >>> thought tomorrow, time for bed now....zzzzZZZZ >>> >>> -David >>> >