load properties file in a dynamic Mbean
hey, how to load properties file in a dynamic Mbean?
i could get an enumeration of values and names, and need to set that in the setAttribute function, but in set attribute function i shouldn use the setter and getter method of the individual values of proprty file.
Ex: i shouldn use setName n getName inside the Mbean..
Any Way?
Thanks Athar

