This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 34615 - Support RW attributes in MBeans
Summary: Support RW attributes in MBeans
Status: STARTED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-26 12:50 UTC by _ rkubacki
Modified: 2009-02-13 19:34 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ rkubacki 2003-06-26 12:50:20 UTC
Currently attributes of management beans are shown
in RO mode. It should be possible to edit some of
them (also only String values are supported - this
might be unneceseary restriction).
Comment 1 Nam Nguyen 2003-06-26 17:19:03 UTC
This will change as planned so that management bean attribute is shown
as writable property if AttributeInfo.isWritable() return true.  About
String type restriction, actually this is only because the attribute
was originally designed as RO.  I think, for writalbe attributes any
types that could be parsed from string would be a reasonable restriction.
Comment 2 Vince Kraemer 2009-02-13 19:34:16 UTC
huh? do we even use mbeans anymore in j2eeserver?