Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 80647 invoked from network); 1 Mar 2007 02:36:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Mar 2007 02:36:12 -0000 Received: (qmail 55880 invoked by uid 500); 1 Mar 2007 02:36:19 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 55839 invoked by uid 500); 1 Mar 2007 02:36:18 -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 55828 invoked by uid 99); 1 Mar 2007 02:36:18 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 18:36:18 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=RCVD_IN_SORBS_WEB X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [209.86.89.63] (HELO elasmtp-junco.atl.sa.earthlink.net) (209.86.89.63) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 18:36:06 -0800 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=p2pUAchczyUbScvOdjVi2+eCbp18KeFXJc8nY2BYXAlFY7qF+T2AmHy42XFcRF8/; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [32.97.110.142] (helo=[192.168.0.101]) by elasmtp-junco.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1HMb8z-0008CN-NB for dev@geronimo.apache.org; Wed, 28 Feb 2007 21:35:45 -0500 Message-ID: <45E63C02.6050409@earthlink.net> Date: Wed, 28 Feb 2007 21:35:46 -0500 From: Joe Bohn User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: [VOTE] 2.0-M3 Release References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c408501814fc19611aa676d7e74259b7b3291a7d08dfec792aa21b3ca46b9e2c0680eda6f44f46f2350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 32.97.110.142 X-Virus-Checked: Checked by ClamAV on apache.org Matt Hogstrom wrote: > I have gotten past the hurdles and present for your reviewing pleasure > Geronimo 2.0-M3. > > All assemblies as well as source are available. > http://people.apache.org/~hogstrom/2.0-M3-rc1 > > I have tested a few of the assemblies by deploying and running DayTrader > and now its your turn. > > This vote will conclude Saturday at 1800 Eastern time. Way to go Matt!!! Here's what I observed. Building from source zip: - At first I tried just to build using mvn. This failed because it was looking for a car-maven-plugin with version 2.0-M3. jdillon then reminded me that I needed to run bootstrap first. mvn -Dstage=bootstrap failed with missing: org.apache.cxf:cxf-rt-transports-http:jar:2.0-incubator-RC-20070213210000 org.apache.cxf:cxf-rt-frontend-jaxws:jar:2.0-incubator-RC-20070213210000 ... Do these jars need to be added to the local repo in the image? I'm not certain that it is essential to be able to build from the image source. Binary images: - I started all 4 server images ... played with a few portlets on the web console for the jee5 images, and deployed a simple war file. All that went fine. - One annoying thing was that after having started the server images using the startup script I couldn't terminate them using the shutdown script. I received this: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/geronimo/deployment/cli/StopServer ... However, I could still shut it down via the web console (in the case of the jee5 images). We could probably just document that it must be terminated via the web console and recommend java -jar to start the minimal images so that ctrl-c can be used to terminate it. thoughts? Given that this is a milestone I'm +1 even with these issues. I think could document the shutdown problem and make the cxf jars available someplace for download. Joe