Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 66965 invoked from network); 11 Feb 2008 16:29:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2008 16:29:31 -0000 Received: (qmail 23243 invoked by uid 500); 11 Feb 2008 16:29:24 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 22725 invoked by uid 500); 11 Feb 2008 16:29:23 -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 22714 invoked by uid 99); 11 Feb 2008 16:29:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 08:29:23 -0800 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: local policy) Received: from [209.86.89.67] (HELO elasmtp-scoter.atl.sa.earthlink.net) (209.86.89.67) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 16:28:51 +0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=STcYTOzKW79JmulG75TNtOA5URAviG4dVOLGpnczLAJE4GFyBOd0iXuj3nTsh5rN; h=Received:Message-ID:Date:From:User-Agent:MIME-Version:To:Subject:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=dyn456095.raleigh.ibm.com) by elasmtp-scoter.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1JObWZ-00008a-1j for dev@geronimo.apache.org; Mon, 11 Feb 2008 11:28:55 -0500 Message-ID: <47B077C9.6060809@earthlink.net> Date: Mon, 11 Feb 2008 11:28:57 -0500 From: Joe Bohn User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: Geronimo Dev Subject: [DISCUSS] Geronimo Server 2.1 and Geronimo TxManager 2.1.1 Releases Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c408501814fc19611aa676d7e74259b7b3291a7d08dfec798f0e91a04e95bcfecb2bcbfbaee6e2c5350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org I've downloaded these images and done a few simple tests. I've also run a number of TCK tests with them (although I have long runs going now to cover all the tests). So far things look very good. One minor problem I noticed is that we are printing INFO messages to the console. This is especially noticeable when certain actions are performed on the Admin Console and a number of INFO messages are displayed in the command line console. I personally would prefer to not see these messages by changing the default logging level to WARNING or ERROR as we have done with prior releases. Thoughts? I know it's a lot of work to spin a new release candidate so I'm debating if this issue alone merits creating a new image. Joe