Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 54709 invoked from network); 21 Jan 2008 00:19:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jan 2008 00:19:01 -0000 Received: (qmail 50501 invoked by uid 500); 21 Jan 2008 00:18:50 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 50449 invoked by uid 500); 21 Jan 2008 00:18:50 -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 50437 invoked by uid 99); 21 Jan 2008 00:18:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Jan 2008 16:18:50 -0800 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; Mon, 21 Jan 2008 00:18:44 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5F521714201 for ; Sun, 20 Jan 2008 16:18:36 -0800 (PST) Message-ID: <17878212.1200874716388.JavaMail.jira@brutus> Date: Sun, 20 Jan 2008 16:18:36 -0800 (PST) From: "Erik B. Craig (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Assigned: (GERONIMO-3766) monitoring agent should be separated into mejb, jmx, and jar utility classes In-Reply-To: <9917517.1200760834520.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 [ https://issues.apache.org/jira/browse/GERONIMO-3766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik B. Craig reassigned GERONIMO-3766: --------------------------------------- Assignee: Viet Hung Nguyen (was: Erik B. Craig) Patch Committed revision 613704. Sorry it took me a while, had to get my windows machine going, was having problems with your patch on linux. Thanks viet > monitoring agent should be separated into mejb, jmx, and jar utility classes > ---------------------------------------------------------------------------- > > Key: GERONIMO-3766 > URL: https://issues.apache.org/jira/browse/GERONIMO-3766 > Project: Geronimo > Issue Type: Sub-task > Security Level: public(Regular issues) > Components: monitoring > Environment: windows > Reporter: Viet Hung Nguyen > Assignee: Viet Hung Nguyen > Fix For: 2.1 > > Attachments: geronimo-3766.patch > > > in order to modularize the monitoring agent, I suggest the following breakdown: > agent-ejb <----which will contain anything MEJB related, so that only this will pull in OpenEJB > agent-jmx <----which will have the code for JMX connections > agent-jar <-----which will have the utility classes/functions that are used by both agent-ejb and agent-jmx > So, when packaging these JARs into an EAR, > agent-ejb + agent-jar will make up the agent MEJB plugin > agent-jmx + agent-jar will make up the agent JMX plugin -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.