Received: from nobody by sc8-sf-web2.sourceforge.net with local (Exim 4.33)
id 1DtAZH-0004Pk-3w; Thu, 14 Jul 2005 13:44:27 -0700
Message-Id: <hidden>
Date: Thu, 14 Jul 2005 13:44:27 -0700
From: "SourceForge.net" <hidden>
Reply-To: hidden
Sender: hidden
To: hidden
Subject: [Mc4j-development] [ mc4j-Bugs-1238483 ] ObjectName input control (design and impl) is broken
Errors-To: hidden
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
From hidden Thu Jul 14 13: 44:29 2005
X-BeenThere: hidden
X-Mailman-Version: 2.0.9-sf.net
Precedence: bulk
List-Unsubscribe: <
https://lists.sourceforge.net/lists/listinfo/mc4j-development>, <mailto:hidden?subject=unsubscribe>
List-Id: <mc4j-development.lists.sourceforge.net>
List-Post: <mailto:hidden>
List-Help: <mailto:hidden?subject=help>
List-Subscribe: <
https://lists.sourceforge.net/lists/listinfo/mc4j-development>, <mailto:hidden?subject=subscribe>
List-Archive: <
http://sourceforge.net/mailarchive/forum.php?forum=mc4j-development>
Bugs item #1238483, was opened at 2005-07-14 15:44
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1238483&group_id=60228
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Attributes
Group: MC4J 1.2b9
Status: Open
Resolution: None
Priority: 5
Submitted By: Jess Holle (jess_holle)
Assigned to: Nobody/Anonymous (nobody)
Summary: ObjectName input control (design and impl) is broken
Initial Comment:
While it is heartening to see MC4J attempting to
provide a reasonable input control for specifying
ObjectName's, the current control has number of serious
issues.
First, the current implementation simply does not set
the field value to that selected in the browse dialog.
This is presumably a silly implementation bug.
Worse, however, the design of the current control
neglects several critical use cases / requirements:
* One must be able to specify ObjectName's which are
not currently registered.
* One must be able to specify ObjectName patterns.
* One must be able to specify null ObjectName's (to
set the attribute to "unspecified" from a user
perspective).
Inability to handle any of these cases makes MC4J
incapable of handling a substantial portion of MBeans
with ObjectName attributes and/or operation parameters.
Additionally, I'd like to point out that:
* The *ability* to edit the ObjectName as a String is
still a good thing for making quick small changes,
using copy/paste, etc.
* It would be really nice to be able to drag an MBean
from the tree and drop it on this control to specify
the ObjectName.
* An unsorted list of all registered ObjectNames is
all but useless for selecting an ObjectName. Search
and/or tree views are needed.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=493495&aid=1238483&group_id=60228