2 Replies Latest reply on Jan 21, 2004 4:16 AM by juha

    MBean attribute with XML-Value

    thl-mot

       

      "thl-mot" wrote:
      Hi,
      How can I initialize an attribute on a (standard) MBean with a xml-value in the jboss-service.xml of my sarfile

      Example:
       <mbean code="MyMBeanClass" name="thl:name=myMBean">
       <attribute name="params">
       <inputfields>
       <param name="time" type="int" default="" format="HH:mm"/>
       <param name="owner" type="string"/>
       </inputfields>
       </attribute>
       </mbean>
      

      thl-mot