0 Replies Latest reply on Oct 17, 2011 10:10 AM by frankthetank

    DynamicMBeans / XMBeans in AS7

    frankthetank

      Hey,

       

      I have noticed that the XMBean has been removed from AS7 and after some digging found javax.management.DynamicMBean.

      Yet our impl heavily relies on such dynamic managed beans so I need to find a replacement if we want to move to AS7.

       

      Am I correct to look at the DynamicMBeans for a successor to the XMBeans?

      If so, is there any kind of helper-class as the org.jboss.mx.modelmbean.XMBean of old used to be?

       

      Is there anything I have to be aware of when using the DynamicMBeans? i.e. any possible complications with AS7?

       

      thanks