Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 29034 invoked from network); 14 Aug 2006 03:24:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Aug 2006 03:24:41 -0000 Received: (qmail 4378 invoked by uid 500); 14 Aug 2006 03:24:35 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 4322 invoked by uid 500); 14 Aug 2006 03:24:34 -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 4311 invoked by uid 99); 14 Aug 2006 03:24:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Aug 2006 20:24:34 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ammulder@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Aug 2006 20:24:33 -0700 Received: by nf-out-0910.google.com with SMTP id l36so1938397nfa for ; Sun, 13 Aug 2006 20:24:12 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=aoI0s0YYToOhC6k9Cc6Qd/SybCkfMIVNCzVFm43LFScGZpikObILqOhPV397ZDNwg6XI5nQ4S04+e6zJWV1sX1PCnwaYI8RIqKCeLj6JmIqT7lrvvw6JCPAB2BgxugqCV+4n5vJR6WSgQADgch7HR06+lvWDeprtWQfK1dK1lNU= Received: by 10.78.127.2 with SMTP id z2mr3067812huc; Sun, 13 Aug 2006 20:24:12 -0700 (PDT) Received: by 10.78.196.5 with HTTP; Sun, 13 Aug 2006 20:24:12 -0700 (PDT) Message-ID: <74e15baa0608132024s60c80b5jb989e4ccd13c91da@mail.gmail.com> Date: Sun, 13 Aug 2006 23:24:12 -0400 From: "Aaron Mulder" Sender: ammulder@gmail.com To: dev@geronimo.apache.org Subject: Re: Java 1.4 and JEE 5 In-Reply-To: <853545D7-2896-4516-8F3A-CEA853BCEEB4@objectstyle.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <59D9EF7E-8546-48D1-B774-840D73BAC974@visi.com> <74e15baa0608081110j4228e8d0lffb65a25ff4665da@mail.gmail.com> <853545D7-2896-4516-8F3A-CEA853BCEEB4@objectstyle.org> X-Google-Sender-Auth: 57357d76981415c1 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/8/06, Andrus Adamchik wrote: > I'd like to chime in with the Cayenne JPA provider here. Could you > point me in the right direction on how to approach integrating it > with the plugin you are writing? Andrus, I've put the initial JPA plugin code up on SourceForge at SVN https://svn.sourceforge.net/svnroot/gplugins/jpa/trunk There's a JPA provider for TopLink in there (vendors/toplink) -- for Cayenne, you can probably just copy that module and change the ToplinkProvider class to a CayenneProvider class. We'd also need to create a module like plugins/cayenne to hold the Geronimo deployment plan and plugin metadata for the Cayenne provider -- the main thing we need for that is a list of all the JARs that the Cayenne JPA provider will need on its class path. Regrettably, I don't think you'll be able to build this whole thing (specifically the plugins/* modules) as is because I'm waiting on some Geronimo archives to be posted to the Maven 2 repo. If you like, I can probably send you a zip of the missing modules that you could unpack into your local M2 repo to get the plugin modules to build. This also will only run on the as-yet-unreleased Geronimo 1.1.1 due to some bugs in G 1.1... I'm hoping the 1.1.1-rc1 will be available soon. Thanks, Aaron