0 Replies Latest reply on Aug 10, 2006 3:43 PM by adrian.brock

    New JMX Integration features.

      I've added the following features to JMX deployments.

      1) The ability to inject either a JMX object or a POJO object
      or one of its properties (and to be able to specify the
      dependent state so you can break circular dependecies).

      This works the same way as the MC inject.

      e.g.

      <mbean ...
       <attribute name="Link"><inject bean="Something" property="whatever" state="Instantiated"/>


      2) The ability to define an MBean as "On Demand"

      <mbean ... mode="On Demand">


      or the whole deployment

      <server mode="On Demand">
       <mbean ...>
       <mbean ...>
       <mbean ...>
      </server>