From dev-return-67633-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Wed Sep 03 23:25:20 2008 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 91111 invoked from network); 3 Sep 2008 23:25:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2008 23:25:19 -0000 Received: (qmail 55735 invoked by uid 500); 3 Sep 2008 23:25:17 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 55668 invoked by uid 500); 3 Sep 2008 23:25:16 -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 55657 invoked by uid 99); 3 Sep 2008 23:25:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 16:25:16 -0700 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=SPF_HELO_PASS,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of david.blevins@visi.com designates 208.42.176.212 as permitted sender) Received: from [208.42.176.212] (HELO g2host.com) (208.42.176.212) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 23:24:17 +0000 Received: from [71.106.104.69] (account dblevins@visi.com HELO [10.0.1.6]) by mailfront1.g2host.com (CommuniGate Pro SMTP 5.1.16) with ESMTPSA id 65198281 for dev@geronimo.apache.org; Wed, 03 Sep 2008 18:24:45 -0500 Message-Id: <983C4367-8C25-4CAF-BA5D-8CA45D78FE36@visi.com> From: David Blevins To: dev@geronimo.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v926) Subject: Re: openejb-jar-2.2.xsd missing from the schema subdirectory of the main Geronimo installation directory Date: Wed, 3 Sep 2008 16:24:44 -0700 References: <3da992810809031117m734c7004q6804a7d5c60ad7ff@mail.gmail.com> <3da992810809031228t66687e5ev444326da7ca9b920@mail.gmail.com> X-Mailer: Apple Mail (2.926) X-Virus-Checked: Checked by ClamAV on apache.org On Sep 3, 2008, at 3:50 PM, David Jencks wrote: > > On Sep 3, 2008, at 12:28 PM, Ted Kirby wrote: > >> On Wed, Sep 3, 2008 at 2:37 PM, David Jencks >> wrote: >>> >>> On Sep 3, 2008, at 11:17 AM, Ted Kirby wrote: >>> >>>> I opened JIRA (GERONIMO-4276) openejb-jar-2.2.xsd missing from the >>>> schema subdirectory of the main Geronimo installation directory >>>> to fix >>>> this in Geronimo. >>> >>> What's the difference between openejb-jar-2.0.xsd that we have in >>> geronimo-openejb-builder/src/main/xsd and openejb-jar-2.2.xsd? >>> Should we >>> upgrade the 2.0 to 2.2? >> >> I see geronimo-openejb-2.0.xsd in >> geronimo-openejb-builder/src/main/xsd, not openejb-jar-2.2.xsd. > > I guess I wasn't clear. I looked in our current code base and found > the 2.0 xsd. What is the difference between the 2.0 xsd geronimo > uses and the 2.2 xsd from openejb? Should we change geronimo- > openejb-builder to use the 2.2 schema? They're not 2.0 and 2.2 of the same xsd, they're different xsds. Here's an old thread with some good info: http://www.nabble.com/Re%3A-Conversion-Tool-and-OpenEJB-3.0-integration-status----please-read-and-ask-questions-%3A%29-p8743928s134.html -David