Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 58096 invoked from network); 11 May 2006 05:41:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2006 05:41:46 -0000 Received: (qmail 15008 invoked by uid 500); 10 May 2006 20:11:09 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 11990 invoked by uid 500); 10 May 2006 20:10:51 -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 11612 invoked by uid 99); 10 May 2006 20:10:49 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 May 2006 13:10:49 -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; Wed, 10 May 2006 13:10:49 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3B4997142BA for ; Wed, 10 May 2006 20:10:05 +0000 (GMT) Message-ID: <16226563.1147291805240.JavaMail.jira@brutus> Date: Wed, 10 May 2006 20:10:05 +0000 (GMT+00:00) From: "Paul McMahan (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-2007) Avoid Classloader warnings generated by BasicProxyManager In-Reply-To: <14679660.1147291684698.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-2007?page=all ] Paul McMahan updated GERONIMO-2007: ----------------------------------- Attachment: GERONIMO-2007.patch > Avoid Classloader warnings generated by BasicProxyManager > --------------------------------------------------------- > > Key: GERONIMO-2007 > URL: http://issues.apache.org/jira/browse/GERONIMO-2007 > Project: Geronimo > Type: Bug > Security: public(Regular issues) > Components: console > Versions: 1.1 > Reporter: Paul McMahan > Priority: Minor > Fix For: 1.1 > Attachments: GERONIMO-2007.patch > > Several views in the console create proxies for objects that implement interfaces not available in the console's classloader. The warning messages look like: > 08:56:26,315 WARN [BasicProxyManager] Could not load interface org.apache.geronimo.tomcat.TomcatWebContainer in provided ClassLoader for geronimo/tomcat/1.1-SNAPSHOT/car?ServiceModule=geronimo/tomcat/1.1-SNAPSHOT/car,j2eeType=GBean,name=TomcatWebContainer > This warning message can be avoided by getting the classloader for the proxied object from the kernel and then using it to create the proxy. -- 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