Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 73952 invoked from network); 31 Jul 2007 00:38:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jul 2007 00:38:15 -0000 Received: (qmail 84618 invoked by uid 500); 31 Jul 2007 00:38:13 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 84557 invoked by uid 500); 31 Jul 2007 00:38:13 -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 84545 invoked by uid 99); 31 Jul 2007 00:38:13 -0000 Received: from Unknown (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jul 2007 17:38:13 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jul 2007 00:38:13 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D7104714163 for ; Mon, 30 Jul 2007 17:37:52 -0700 (PDT) Message-ID: <2685299.1185842272871.JavaMail.jira@brutus> Date: Mon, 30 Jul 2007 17:37:52 -0700 (PDT) From: "David Jencks (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Closed: (GERONIMO-817) deploy-jsr88 module has dependency on openejb In-Reply-To: <99625803.1122364038153.JavaMail.jira@ajax.apache.org> 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-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Jencks closed GERONIMO-817. --------------------------------- Resolution: Fixed Gianni fixed this by making the deployer run off a config.xml so you can specify exactly which module jsr88 support gbeans you want. > deploy-jsr88 module has dependency on openejb > --------------------------------------------- > > Key: GERONIMO-817 > URL: https://issues.apache.org/jira/browse/GERONIMO-817 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 1.0-M4, 1.0-M5 > Reporter: David Jencks > Fix For: Wish List > > Attachments: nobuilderdependencies > > > Apparently in an attempt to support dconfig beans, the deploy-jsr88 module grew dependencies on several builder modules including openejb builder. This is a totally non-extensible archtecture and prevents building geronimo and openejb in any semblance of a reasonable order. I think that some kind of registration scheme might be plausible but the current hard-coded dependencies to specific builder implementations are not acceptable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.