0 Replies Latest reply on Sep 21, 2003 2:43 PM by amdonov

    ResourceBundle to ModelMBean?

    amdonov

      Hi, currently using a singleton to access a properties file for package properties. Interested in moving to JMX for live property changes. I'm not sure the best way to go about it. I'm thinking of using an XMBean with persistence. What is the best way to access it? JNDI, ObjectName, something else. Am I going about this the wrong way?