MBean persistence
I think your problem is the JBoss implementation of JMX. According to JSR160, specifying persistPolicy=OnUpdate for an attribute should result in persisting every time the attribute is updated (from JSR160 1.4): persistPolicy – Defines the default persistence policy for attributes in this MBean that do not define their own persistPolicy. Takes on one of the … Read more