0 Replies Latest reply on Nov 8, 2005 1:29 PM by bobdeanna

    MBean attribute collection example?

    bobdeanna

      Does anyone have an example of how to specify an attribute collection (list or array for example) for an MBean in a config file? More specifically, does anyone have an example of its representation in jboss-service.xml. I have tried, but my mBean's setXxx method for the collection always seems to be called with an empty list/array. The set methods for my other attributes all get called with the attribute values expected.