[jboss-user] [Clustering/JBoss] - xmbean behavior in cluster
JohnDoe2
do-not-reply at jboss.com
Thu Jan 11 08:16:34 EST 2007
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
More information about the jboss-user
mailing list