[Mc4j-development] [ mc4j-Bugs-1238483 ] ObjectName input control (design and impl) is broken
Brought to you by:
ghinkl
From: SourceForge.net <no...@so...> - 2005-07-14 20:44:29
|
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 |