Eric; A couple of things: 1) The attribute tag should look like this: [attribute name="color"]red[/attribute]
2) Make sure that your public MBeanInfo getMBeanInfo() method is providing an array of MBeanAttributeInfo[] objects that contain color as an attribute. 3) Make sure that your setAttribute(Attribute attribute) method can set the color attribute. That should do it. //Nicholas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849856#3849856 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849856 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
