Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 16052 invoked from network); 2 Feb 2010 12:40:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 12:40:40 -0000 Received: (qmail 88219 invoked by uid 500); 2 Feb 2010 12:40:39 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 88132 invoked by uid 500); 2 Feb 2010 12:40:39 -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 88124 invoked by uid 99); 2 Feb 2010 12:40:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 12:40:39 +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; Tue, 02 Feb 2010 12:40:38 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CE208234C1F2 for ; Tue, 2 Feb 2010 04:40:18 -0800 (PST) Message-ID: <1588213312.25361265114418842.JavaMail.jira@brutus.apache.org> Date: Tue, 2 Feb 2010 12:40:18 +0000 (UTC) From: "Rick McGuire (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-5021) Allow gbean classes to be loaded from another plugin In-Reply-To: <771711216.129621262986555262.JavaMail.jira@brutus.apache.org> 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-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick McGuire updated GERONIMO-5021: ----------------------------------- Issue Type: Sub-task (was: New Feature) Parent: GERONIMO-5087 > Allow gbean classes to be loaded from another plugin > ---------------------------------------------------- > > Key: GERONIMO-5021 > URL: https://issues.apache.org/jira/browse/GERONIMO-5021 > Project: Geronimo > Issue Type: Sub-task > Security Level: public(Regular issues) > Components: kernel, osgi > Affects Versions: 3.0 > Reporter: David Jencks > Assignee: David Jencks > Fix For: 3.0 > > > currently when we deploy an ee app we add import-packages for the geronimo bits needed for the gbeans to run it to the resulting plugin's manifest.mf. This has a couple of undesirable features: > 1. the geronimo classes are visible to the app. > 2. we can't use our deployment for things like osgi rfc 66 which start with a bundle that happens to be a WAB and doesn't allow for modifying the manifest to add our import-packages. We could possibly work around this by using fragment bundles associated with the WAB but this still alters the visibility environment of the app. > Proposed solution is to add a field > private Artifact classSource > to GBeanData that a module builder can set to indicate to GBeanInstance where the class should be loaded from. This is quite gbean-centric in that we are using geronimo artifacts to identify a geronimo plugin rather than something more osgi-friendly. However, since we're using gbeans, this might not be such a big problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.