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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4173944#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...