Re: [JBoss-user] ModelMBean not calling store in jboss 3.2.3

2004-03-10 Thread Juha-P Lindfors
If you implement the model mbean interface yourself, rather than use the existingimplementation, then you're in charge of calling load() and store() at appropriate times -- there's no notion of a container in the JMX spec. -- Juha On Wed, 10 Mar 2004, Marco Mistroni wrote: > Hi all, >

[JBoss-user] ModelMBean not calling store in jboss 3.2.3

2004-03-10 Thread Marco Mistroni
Hi all, To get acquainted with ModelMBean and persistence, I have written A very small ModelMBean that implements the PersistenceInterface, and I have Written dummy load() and store() to see when those two methods are called. My assumption is that load() was called when the MBean was depl