Hi, To add more Property Editor at runtime you can : - add one or several package names to the PropertyEditorManager search path ( PropertyEditorManager.setEditorSearchPath(String[] path) ). - explicitly register a PropertyEditor for a class ( PropertyEditorManager.registerEditor(Class targetType, Class editorClass) ).
Regards. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of David Jencks Sent: mercredi 18 septembre 2002 19:46 To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] property editors for the jmx html adaptor I didn't look at that part of the jmx-console, maybe it is already using this stuff. Jason wrote some nice property editor manager extensions that are used in at least ServiceController, RARDeployer, and the jmx ant task in varia. Using all our property editors would be very nice! I think there's an easy way to add more at runtime but I dont remember what it is. thanks david jencks On 2002.09.18 13:01:37 -0400 Matt Munz wrote: > > Hi all, > > I'm thinking of making my MBean more accessible through the jmx > console. > Specifically, I'd like to allow the user to enter values for complex > objects > (not primitives, Strings, etc.). Is there currently a way to add a > property > editor for an object so that I can enter it (as a String) in the jmx > console? > > - Matt > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: AMD - Your access to the experts > on Hammer Technology! Open Source & Linux Developers, register now > for the AMD Developer Symposium. Code: EX8664 > http://www.developwithamd.com/developerlab > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development ------------------------------------------------------- This SF.NET email is sponsored by: AMD - Your access to the experts on Hammer Technology! Open Source & Linux Developers, register now for the AMD Developer Symposium. Code: EX8664 http://www.developwithamd.com/developerlab _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
