Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 95478 invoked from network); 24 Apr 2006 17:46:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Apr 2006 17:46:15 -0000 Received: (qmail 17614 invoked by uid 500); 24 Apr 2006 17:46:10 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 17566 invoked by uid 500); 24 Apr 2006 17:46:10 -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 17549 invoked by uid 99); 24 Apr 2006 17:46:10 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Apr 2006 10:46:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [209.181.65.237] (HELO sun.savoirtech.com) (209.181.65.237) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 24 Apr 2006 10:46:09 -0700 Received: from [206.197.197.18] ([206.197.197.18]) by sun.savoirtech.com (8.13.6/8.13.4) with ESMTP id k3OHjfB4002372 for ; Mon, 24 Apr 2006 11:45:41 -0600 Message-ID: <444D0ECF.1090008@apache.org> Date: Mon, 24 Apr 2006 11:45:51 -0600 From: Jeff Genender Reply-To: jgenender@apache.org Organization: Apache Geronimo User-Agent: Thunderbird 1.5.0.2 (Macintosh/20060308) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: [jira] Created: (GERONIMO-1903) Add Spring to default class ignore list References: <14915906.1145900465678.JavaMail.jira@brutus> In-Reply-To: <14915906.1145900465678.JavaMail.jira@brutus> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on sun.savoirtech.com X-Virus-Scanned: ClamAV 0.88.1/1424/Mon Apr 24 08:39:06 2006 on sun.savoirtech.com X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-105.3 required=5.6 tests=ALL_TRUSTED,AWL,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.0.4 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This goes beyond Spring (and Commons Logging). It affects antlr too when using Hibernate. I am sure there are a plethora of other jar/packages this will affect too. Should we take a closer look at our classloaders and figure out why we need to do this? Jeff Aaron Mulder (JIRA) wrote: > Add Spring to default class ignore list > --------------------------------------- > > Key: GERONIMO-1903 > URL: http://issues.apache.org/jira/browse/GERONIMO-1903 > Project: Geronimo > Type: Bug > Security: public (Regular issues) > Components: web > Versions: 1.1 > Reporter: Aaron Mulder > Priority: Blocker > Fix For: 1.1 > > > It's pretty dumb that anyone deploying a Spring app has to manually add classloader excludes to their Geronimo plan. We should support Spring out of the box. Which until we improve our CL structure means that we need to add default excludes for Spring itself plus potentially any libraries commonly shared between Spring/Acegi/etc. and Geronimo. > > I guess we need a test app for this. >