Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 86680 invoked from network); 10 Sep 2007 16:57:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Sep 2007 16:57:39 -0000 Received: (qmail 6747 invoked by uid 500); 10 Sep 2007 16:57:16 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 6709 invoked by uid 500); 10 Sep 2007 16:57: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 6673 invoked by uid 99); 10 Sep 2007 16:57:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 09:57:15 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jgawor@gmail.com designates 209.85.198.186 as permitted sender) Received: from [209.85.198.186] (HELO rv-out-0910.google.com) (209.85.198.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Sep 2007 16:57:13 +0000 Received: by rv-out-0910.google.com with SMTP id b22so1001418rvf for ; Mon, 10 Sep 2007 09:56:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=DfuQoj/obdBQYa83ZDbjXpE2aNs4dsfJNxMGRTiDE2w=; b=NXtPaX1E0+Jr2Ur90UY8wHeDedGI3dH4VWJt0sP4P0VGr947gMphaUiJ+3zzAk4B57HQoq16vt9oUPYSTB7A8BQzpLoozOdk4OS8z4BySoMSEDY84kvYD3IqXPBP3omCcpqwV6hvHIsEQ/rDjHhuu8v2MQG1GpnHgisQ5YF0zz0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=B6slFhXV1y6alwr2Nz1IQFJvz7Iu/6C0+15oFMkdbFnE8Nnn95E7m0/ynsxqQpFYxPWEiqvHX4mVvpTge9yvJm5w/hSwqzO1HItRa2d8byYYZjD3Qp1tQZSNNOGoU5lvUbuyENmul4agOJ0184DmM0cBcKF2FlZXQfMspdhIQyE= Received: by 10.141.34.12 with SMTP id m12mr1927511rvj.1189443412517; Mon, 10 Sep 2007 09:56:52 -0700 (PDT) Received: by 10.141.84.4 with HTTP; Mon, 10 Sep 2007 09:56:52 -0700 (PDT) Message-ID: <5eb405c70709100956l2e7fc4cfj81b7e40117fe1972@mail.gmail.com> Date: Mon, 10 Sep 2007 12:56:52 -0400 From: "Jarek Gawor" To: dev@geronimo.apache.org Subject: Re: Schema issues In-Reply-To: <0CB59FC7-7768-4261-A006-AF73C57EE334@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5eb405c70709071038q7e1ee2d5q23259fd61d136b66@mail.gmail.com> <0CB59FC7-7768-4261-A006-AF73C57EE334@yahoo.com> X-Virus-Checked: Checked by ClamAV on apache.org On 9/7/07, David Jencks wrote: > > On Sep 7, 2007, at 10:38 AM, Jarek Gawor wrote: > > > I was collecting the different schema files used by Geronimo to > > publish them on a web site and I noticed one thing with the > > plugins-1.2 xsd. First, it imports attributes-1.1.xsd and not > > attributes-1.2.xsd. And that's fine. That's what 2.0.1 came out with. > > But in trunk the plugins-1.2.xsd was updated to import > > attributes-1.2.xsd. I don't think that is right as it will break > > compatibility. I think we should create plugins-1.3.xsd (with -1.3 > > namespace) which then can import the attributes-1.2.xsd (and switch > > the plugins-1.2.xsd to the version in branches/2.0). > > I guess I didn't notice that 2.0.1 was going out with something > called plugins-1.2 when I started working on GERONIMO-3330 which also > included a rather different plugins-1.2. I'll see about renaming the > file in trunk to plugins-1.3 although it might take me a few days. I see you already took care of it. Thanks! > > I also validated the rest of the .xsd files and for the most part they > > validate ok. A few of them ( geronimo-web-2.0.xsd, > > geronimo-jetty-2.0.xsd, and geronimo-tomcat-2.0.xsd) import > > persistence-1.0.xsd as a local file. I can't find that file anywhere > > in Geronimo. Should I update these Geronimo .xsd files to refer to > > http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd or should > > we pull it in locally? > > I'm not sure what you mean by "refer to..." but either one is fine > with me as long as I don't have to deal with any questions about > whether CDDL licensed source files can be in apache svn. It looks > like the current draft of the 3rd party licensing policy would allow > us to include a cddl licensed persistence_1_0.xsd: > > http://people.apache.org/~rubys/3party.html > > redirected from http://www.apache.org/legal/3party.html By refer, I meant changing the schemaLocation to http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd which will cause the schema file to be pulled from Sun's site. I'll go ahead and update the schemaLocation unless somebody objects first. Jarek