Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 12595 invoked from network); 27 May 2010 10:25:33 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 10:25:33 -0000 Received: (qmail 83835 invoked by uid 500); 27 May 2010 10:24:58 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 83318 invoked by uid 500); 27 May 2010 10:24:57 -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 82546 invoked by uid 99); 27 May 2010 10:24:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 10:24:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 10:24:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o4RAOVSV023084 for ; Thu, 27 May 2010 10:24:31 GMT Message-ID: <12559039.20931274955871629.JavaMail.jira@thor> Date: Thu, 27 May 2010 06:24:31 -0400 (EDT) From: "Rick McGuire (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-5281) MergeHelper should not load all classes in bundle In-Reply-To: <5174543.2571272764635202.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-5281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick McGuire updated GERONIMO-5281: ----------------------------------- Fix Version/s: 3.0-M1 (was: 3.0) > MergeHelper should not load all classes in bundle > ------------------------------------------------- > > Key: GERONIMO-5281 > URL: https://issues.apache.org/jira/browse/GERONIMO-5281 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: web > Affects Versions: 3.0 > Reporter: David Jencks > Assignee: Ivan > Fix For: 3.0-M1 > > > MergeHelper line 318 appears to be loading all classes in the bundle. It's entirely possible that someone will be deploying a war where some of the classes can't be loaded due to something like missing optional dependencies. Also loading classes can run their initializers with unexpected consequences. > Instead, we should see if there is some way to use asm to scan for classes that subclass the handled classes (line 338) > I'm running into this problem trying to build trunk, uddi-jetty. Most likely the error I'm seeing is something that needs to be fixed for juddi to work, but I think trying to load all the classes is a mistake. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.