Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 24609 invoked from network); 27 Jul 2006 19:33:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2006 19:33:45 -0000 Received: (qmail 23482 invoked by uid 500); 27 Jul 2006 19:33:40 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 23444 invoked by uid 500); 27 Jul 2006 19:33:40 -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 23428 invoked by uid 99); 27 Jul 2006 19:33:40 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 12:33:40 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Jul 2006 12:33:38 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4E7907142B7 for ; Thu, 27 Jul 2006 19:31:15 +0000 (GMT) Message-ID: <25504212.1154028675319.JavaMail.jira@brutus> Date: Thu, 27 Jul 2006 12:31:15 -0700 (PDT) From: "Aaron Mulder (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-2237) Filtering of springframework.org in TomcatDeployer plan creates CNF Exceptions in Ears In-Reply-To: <5577750.1154028314148.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/GERONIMO-2237?page=all ] Aaron Mulder updated GERONIMO-2237: ----------------------------------- Affects Version/s: 1.1 (was: 1.1.1) > Filtering of springframework.org in TomcatDeployer plan creates CNF Exceptions in Ears > -------------------------------------------------------------------------------------- > > Key: GERONIMO-2237 > URL: http://issues.apache.org/jira/browse/GERONIMO-2237 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: Tomcat > Affects Versions: 1.1 > Reporter: Jeff Genender > Priority: Blocker > Fix For: 1.1.1 > > > Filtering of springframework.org in TomcatDeployer plan creates ClassNotFound Exceptions in Ears when it tries to use a component that uses Spring in the EAR. We originally filtered this to automatically prevent Spring clashing with a server based Spring (from 1.0). This was fine for wars but when used iun an ear, the web container is blocked from using the EAR version. I recommend we remove these filters as SPrin is not usable in an EAR. Recommended patch for configs/tomcat-deployer: > Index: src/plan/plan.xml > =================================================================== > --- src/plan/plan.xml (revision 426203) > +++ src/plan/plan.xml (working copy) > @@ -46,10 +46,7 @@ > car > > > - > - antlr. > - org.springframework. > - > + > > java. > javax. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira