From dev-return-77439-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Thu Oct 15 17:08:54 2009 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 75952 invoked from network); 15 Oct 2009 17:08:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Oct 2009 17:08:54 -0000 Received: (qmail 20652 invoked by uid 500); 15 Oct 2009 17:08:54 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 20571 invoked by uid 500); 15 Oct 2009 17:08:54 -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 20563 invoked by uid 99); 15 Oct 2009 17:08:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 17:08:54 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Thu, 15 Oct 2009 17:08:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 644BC234C1E9 for ; Thu, 15 Oct 2009 10:08:31 -0700 (PDT) Message-ID: <1991161720.1255626511349.JavaMail.jira@brutus> Date: Thu, 15 Oct 2009 10:08:31 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Commented: (GERONIMO-4908) RMIClassLoader is not compatible with osgi In-Reply-To: <1459101633.1255626151345.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-4908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12766123#action_12766123 ] David Jencks commented on GERONIMO-4908: ---------------------------------------- RMI and osgi seems to be a major headache, see for example https://mail.osgi.org/pipermail/osgi-dev/2009-January/001639.html > RMIClassLoader is not compatible with osgi > ------------------------------------------ > > Key: GERONIMO-4908 > URL: https://issues.apache.org/jira/browse/GERONIMO-4908 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: osgi > Affects Versions: 3.0 > Reporter: David Jencks > > We have RMIClassLoaderSpiImpl in geronimo-kernel. However, RMIClassLoader loads the spi impl using the system classloader. (http://java.sun.com/javase/6/docs/api/java/rmi/server/RMIClassLoader.html) So we'd have to get our impl into the system classloader unless osgi provides an additional level of delegation in the system classloader. > For now I'm going to try not setting java.rmi.server.RMIClassLoaderSpi in RMIRegistryService -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.