Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 28496 invoked from network); 16 Jul 2008 15:03:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Jul 2008 15:03:24 -0000 Received: (qmail 95225 invoked by uid 500); 16 Jul 2008 15:03:23 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 95081 invoked by uid 500); 16 Jul 2008 15:03:22 -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 95063 invoked by uid 99); 16 Jul 2008 15:03:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2008 08:03:22 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2008 15:02:37 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 31901234C16A for ; Wed, 16 Jul 2008 08:02:32 -0700 (PDT) Message-ID: <715192558.1216220552201.JavaMail.jira@brutus> Date: Wed, 16 Jul 2008 08:02:32 -0700 (PDT) From: "Kevan Miller (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-4082) ignored for certain classes that are loaded by system class loader In-Reply-To: <1942422426.1211888679024.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 [ https://issues.apache.org/jira/browse/GERONIMO-4082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kevan Miller reassigned GERONIMO-4082: -------------------------------------- Assignee: Kevan Miller > ignored for certain classes that are loaded by system class loader > ----------------------------------------------------------------------------------- > > Key: GERONIMO-4082 > URL: https://issues.apache.org/jira/browse/GERONIMO-4082 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: kernel > Affects Versions: 2.1.1 > Environment: All > Reporter: Manu T George > Assignee: Kevan Miller > Fix For: 2.1.2, 2.2 > > > There is a problem with the hidden-classes element not > working for asm classes. The reason was the optimized class loading > mechanism which does not check if the classes are hidden before the > code block given below > // > // No dice, let's offer the primordial loader a shot... > // > try { > return resolveClass(findSystemClass(name), resolve); > } catch (ClassNotFoundException cnfe) { > // ignore...just being a good citizen. > } > I was able to get this to work by reverting to the safe method of > finding classes via the system property > -DXorg.apache.geronimo.kernel.config.MPCLSearchOption=safe -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.