1 Reply Latest reply on Sep 4, 2008 9:29 AM by dkalna

    Change listener for Systemproperty

      Hi people,

      I have following problem:
      - I have defined System Property (as MBean)

      <?xml version="1.0" encoding="UTF-8"?>
      <server>
       <mbean code="org.jboss.varia.property.SystemPropertiesService"
       name="jboss.util:type=Service,name=SystemProperties-workflow-config">
       <!-- System property fuer die Konfiguration des Workflow -->
       <attribute name="Properties">
       evasjp.servermode.batch.disabled=false
       </attribute>
       </mbean>
      </server>


      Now, I would like to get notified everytime this property get changed.
      Is it possible? If yes, how to do this?

      Thanks a lot.