Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 29852 invoked from network); 7 Sep 2006 21:35:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2006 21:35:49 -0000 Received: (qmail 39545 invoked by uid 500); 7 Sep 2006 21:35:48 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 39221 invoked by uid 500); 7 Sep 2006 21:35:46 -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 39210 invoked by uid 99); 7 Sep 2006 21:35:46 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 14:35:46 -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 paulmcmahan@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Sep 2006 14:35:44 -0700 Received: by ug-out-1314.google.com with SMTP id m2so385865uge for ; Thu, 07 Sep 2006 14:35:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=adbzYiyEAKtXMGJBd55t/pZfQizJY+XEOMIIsJaphQkbEZsQMb7B1hPSWpy0ck5P9wpA4eVrg6z6gB9JIkt/IxXPc4TS7fDBongQjtV9NdlBdOP5kch8VS72Tu4wu1NPmWR8urCrJNxXVxTkQBAuv4lEMIO/B6tUaPe6YKtpmvw= Received: by 10.66.220.17 with SMTP id s17mr691790ugg; Thu, 07 Sep 2006 14:35:23 -0700 (PDT) Received: by 10.67.19.8 with HTTP; Thu, 7 Sep 2006 14:35:23 -0700 (PDT) Message-ID: <21df75940609071435t3bea8283p282f25aa92a399b7@mail.gmail.com> Date: Thu, 7 Sep 2006 17:35:23 -0400 From: "Paul McMahan" To: dev@geronimo.apache.org Subject: Re: [VOTE] 1.1.1-rc2 Release In-Reply-To: <44FF3557.9040803@hogstrom.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44FE6B4A.1000405@hogstrom.org> <22d56c4d0609060934w2e27e7faw55a66998b9004159@mail.gmail.com> <21df75940609061348p70598577h11ed36ceed0411c3@mail.gmail.com> <44FF3557.9040803@hogstrom.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N OK thanks Matt now I understand the timing. I copied the jacc spec, j2ee schema, and ejb jars into my local maven repo and built the src.tar.gz on linux and the src.zip on windows. Started up the server and did a quick smoke test. Things look ok, except for deploying a database pool which leads to the JACC error that was found in rc1 : java.lang.IllegalArgumentException: Qualifier patterns must be present when first URLPattern is an exact pattern at javax.security.jacc.URLPatternSpec.(URLPatternSpec.java:98) at javax.security.jacc.WebResourcePermission.(WebResourcePermission.java:47) Since others aren't hitting this error when using the binary distro I assume its happening because the jacc spec jar I copied from ~hogstrom into my local repo is backlevel, which reading back through this thread I see that Vamsi noticed the same thing. IIUC that error will be cleared up as soon as the spec jars are published, which (due to the race condition) can't happen until the release is finalized, so +1 from me! :-) Best wishes, Paul On 9/6/06, Matt Hogstrom wrote: > Grab the jar from http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-j2ee-jacc_1.0_spec-1.1.1-rc2.jar > and place it in your local repo. Don't forget to rename it to the same name minus the -rc2. > Since this jar is part of the release we have a bit of a race condition. > > Paul McMahan wrote: > > Trying to build the src from > > > > http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-1.1.1-rc2-src.tar.gz > > on linux I get this error : > > > > +---------------------------------------- > > | geronimo and geronimo-plugins Geronimo :: Security > > | Memory: 11M/17M > > +---------------------------------------- > > DEPRECATED: the default goal should be specified in the > > section of project.xml instead of maven.xml > > DEPRECATED: the default goal should be specified in the > > section of project.xml instead of maven.xml > > > > build:end: > > > > Attempting to download geronimo-j2ee-jacc_1.0_spec-1.1.1.jar. > > WARNING: Failed to download geronimo-j2ee-jacc_1.0_spec-1.1.1.jar. > > > > BUILD FAILED > > File...... /home/pmcmahan/foo/geronimo-1.1.1-rc2-src/maven.xml > > Element... maven:reactor > > Line...... 43 > > Column.... -1 > > The build cannot continue because of the following unsatisfied dependency: > > geronimo-j2ee-jacc_1.0_spec-1.1.1.jar > > > > Is this just due to a timing window where the specs haven't been > > published until the release is ready? > > > > > > Trying to build the src from > > http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-1.1.1-rc2-src.zip > > on windows I get this error in Geronimo::Maven Dependency Plugin: > > > > 15:20:10,031 INFO [PluginManager] Artifact 'C:\Documents and > > Settings\pmcmahan\ > > .maven\repository\maven\jars\maven-1.0.2.jar' not found to add to classpath > > > > That leads to some class not found errors when compiling > > GenerateServiceXml.java. This seems to be a result of building with > > maven1.1b3. Downgrading to maven1.1b2 got me further, to the error I > > saw on linux described above. > > > > > > Best wishes, > > Paul > > > > > > On 9/6/06, Vamsavardhana Reddy wrote: > >> http://people.apache.org/~hogstrom/1.1.1- > >> rc2/geronimo-j2ee-jacc_1.0_spec-1.1.1-rc2.jar is not same > >> as the one that is in the binary distributions. I have checked this > >> in the > >> context of GERONIMO-2376 . > >> > >> Vamsi > >> > >> > >> On 9/6/06, Matt Hogstrom wrote: > >> > The changes pointed out by Bill have been incorporated (crossing my > >> fingers). I have not received > >> > any other comments so I'm hoping that others have looked. Please > >> review > >> these items and cast your > >> > votes in this thread. > >> > > >> > Thanks in advance for your time and attention. > >> > > >> > Vote ends Monday morning at 0600 Eastern Time. If there are issues in > >> advance of that date a new RC > >> > will be spun up and a new vote started. > >> > > >> > *Source* > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-1.1.1-rc2-src.tar.gz > >> > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-1.1.1-rc2-src.zip > >> > > >> > *Specifications* > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-j2ee-jacc_1.0_spec-1.1.1-rc2.jar > >> > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-schema-j2ee_1.4-1.0-src.jar > >> > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-schema-j2ee_1.4-1.0.jar > >> > >> > > >> > *Distributions* > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-jetty-j2ee-1.1.1-rc2.tar.gz > >> > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-jetty-j2ee-1.1.1-rc2.zip > >> > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-jetty-minimal-1.1.1-rc2.tar.gz > >> > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-jetty-minimal-1.1.1-rc2.zip > >> > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-tomcat-j2ee-1.1.1-rc2.tar.gz > >> > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-tomcat-j2ee-1.1.1-rc2.zip > >> > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-tomcat-minimal-1.1.1-rc2.tar.gz > >> > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/geronimo-tomcat-minimal-1.1.1-rc2.zip > >> > >> > > >> > *Other Items* > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/openejb-builder-2.1.1.jar > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/openejb-core-2.1.1.jar > >> > > >> http://people.apache.org/~hogstrom/1.1.1-rc2/openejb-pkgen-builder-2.1.1.jar > >> > >> > > >> > >> > > > > > > >