Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 70320 invoked from network); 22 Apr 2006 02:29:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Apr 2006 02:29:59 -0000 Received: (qmail 72181 invoked by uid 500); 22 Apr 2006 02:29:57 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 72126 invoked by uid 500); 22 Apr 2006 02:29:56 -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 72115 invoked by uid 99); 22 Apr 2006 02:29:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 19:29:56 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jason.dillon@gmail.com designates 64.233.162.204 as permitted sender) Received: from [64.233.162.204] (HELO nz-out-0102.google.com) (64.233.162.204) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Apr 2006 19:29:56 -0700 Received: by nz-out-0102.google.com with SMTP id k1so563252nzf for ; Fri, 21 Apr 2006 19:29:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:x-pgp-universal:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:subject:date:to:x-mailer:from:sender; b=tKRfUTpAyBFEPuHI8/3+457lMddvxrDYNRXavE14RuKzzNS3AGOZ8OOceSC1cWXltH31yrh3uoeQlTNjVhLY+6E6/pc8LkHXvC2VBQusO4Q2PMtSdf/cUj+gie7SLVFqvtM35PYcccp7qI7ILW6GcqJD/edXvC1EpN4D48R8H90= Received: by 10.36.90.2 with SMTP id n2mr2261520nzb; Fri, 21 Apr 2006 19:29:35 -0700 (PDT) Received: from Bliss.local ( [67.180.143.96]) by mx.gmail.com with ESMTP id 15sm740108nzp.2006.04.21.19.29.29; Fri, 21 Apr 2006 19:29:35 -0700 (PDT) Received: from [127.0.0.1] by Bliss.local (PGP Universal service); Fri, 21 Apr 2006 19:29:31 -0700 X-PGP-Universal: processed; by Bliss.local on Fri, 21 Apr 2006 19:29:31 -0700 Mime-Version: 1.0 (Apple Message framework v749.3) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit Subject: Re: Remove jmx-debug application Date: Fri, 21 Apr 2006 19:29:18 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.749.3) From: Jason Dillon Sender: Jason Dillon X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N +1 --jason On Apr 21, 2006, at 4:13 PM, Dain Sundstrom wrote: > I think we should completely remove the jmx-debug application. The > application is very ugly and hard to us. Also doesn't allow you to > execute simple operations like setAttribute or invoke, so it is > really only useful for display purposes. Instead a user can > connect to the server with jconsole in Java 5 or any of the other > JMX consoles out there. > > For geronimo 1.2, I think we should look at integrating the new jmx > console that was donted by Simon Godik in GERONIMO-1163 into the > console as a portlet. > > This will also remove one of the biggest users of the deprecated > ObjectName methods on the kernel. > > What do you think? > > -dain >