From dev-return-79807-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Mon Feb 01 09:52:12 2010 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 57483 invoked from network); 1 Feb 2010 09:52:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Feb 2010 09:52:12 -0000 Received: (qmail 33123 invoked by uid 500); 1 Feb 2010 09:52:12 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 33034 invoked by uid 500); 1 Feb 2010 09:52:11 -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 33026 invoked by uid 99); 1 Feb 2010 09:52:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 09:52:11 +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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Feb 2010 09:52:11 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 09BEC29A0017 for ; Mon, 1 Feb 2010 01:51:51 -0800 (PST) Message-ID: <814563794.4641265017911038.JavaMail.jira@brutus.apache.org> Date: Mon, 1 Feb 2010 09:51:51 +0000 (UTC) From: "Jean-Jacques Parent (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-3914) Use of hidden classes In-Reply-To: <156882277.1205414506261.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/GERONIMO-3914?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Jacques Parent closed GERONIMO-3914. ----------------------------------------- Resolution: Fixed Out of date > Use of hidden classes > --------------------- > > Key: GERONIMO-3914 > URL: https://issues.apache.org/jira/browse/GERONIMO-3914 > Project: Geronimo > Issue Type: Sub-task > Security Level: public(Regular issues) > Components: core > Affects Versions: 2.0.1 > Reporter: Jean-Jacques Parent > > First of all, thank you for your quick reply. > We have applied your solution and it works now. We encoutered some similar problems, which were also due to jar conflicts. So we had to add another hidden class as follow : > > org.jaxen > org.apache.axis2 > > If I understand well, by default the jar are always loaded from the parent classloader and not from the WEB-INF/lib directory of our web application (such as weblogic does for example). I find this quite dangerous because when I will migrate to Geronimo 2.0.2 which may contains new versions of jar, I will have to check that my application still work with those versions. > The solution will be to hide (as above) all the jar of our web application and which are shipped with Geronimo. This may be quite forcing to do. > Another solution may be to use the inverseClassloading flag of the 'Resource Adapter Geronimo Deployment Plan' if this is its purpose. > What is the best practise? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.