Hi,

i have a xmbean which persists its attributes.
Which behavior has this in a clustered environment?
Each node has its own instance, and if i edit (in the JMX-Console) a property 
the new value will be persists only on the current node? If it is so, can i 
configure that the value will persists on every node?


configuration-XMBean.xml

<mbean>
  |     <description>Configuration XMBean</description>
  |     <descriptors>
  |         <persistence persistPolicy="OnUpdate" 
persistLocation="${jboss.server.data.dir}" persistName="config"/>
  |         <currencyTimeLimit value="0"/>
  |         <state-action-on-update value="keep-running"/>
  |         
  |         <persistence-manager 
value="org.jboss.mx.persistence.DelegatingPersistenceManager"/>
  | ...
  | ...
  | 


John


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000413#4000413

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000413
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to