Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 22437 invoked from network); 5 Dec 2009 06:34:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Dec 2009 06:34:44 -0000 Received: (qmail 40588 invoked by uid 500); 5 Dec 2009 06:34:43 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 40482 invoked by uid 500); 5 Dec 2009 06:34:43 -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 40265 invoked by uid 99); 5 Dec 2009 06:34:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2009 06:34:43 +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; Sat, 05 Dec 2009 06:34:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C678D234C1EE for ; Fri, 4 Dec 2009 22:34:20 -0800 (PST) Message-ID: <477425062.1259994860812.JavaMail.jira@brutus> Date: Sat, 5 Dec 2009 06:34:20 +0000 (UTC) From: "Jarek Gawor (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-4975) Simplify integrating new ModuleBuilders with EARConfigBuilder In-Reply-To: <397151633.1259994140936.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-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jarek Gawor updated GERONIMO-4975: ---------------------------------- Component/s: deployment > Simplify integrating new ModuleBuilders with EARConfigBuilder > ------------------------------------------------------------- > > Key: GERONIMO-4975 > URL: https://issues.apache.org/jira/browse/GERONIMO-4975 > Project: Geronimo > Issue Type: Improvement > Security Level: public(Regular issues) > Components: deployment > Affects Versions: 3.0 > Reporter: Jarek Gawor > Assignee: Jarek Gawor > Fix For: 3.0 > > > Right now introducing and integrating new ModuleBuilder with EARConfigBuilder requires adding a new Module implementation to geronimo-j2ee-builder module (or its dependency). That doesn't work very well. It would be nice to remove that requirement and make adding new Modules/ModuleBuilders easier. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.