I'm trying to understand why and when MBeans are persisted into the nuke_services and 
nuke_services_attributes tables.

I already got, that JDBCPersistanceManager is the class to achieve that.

The phenomenom I get is that when I create a new block, it is persisted into these 
tables, but if I change something later, it is not persisted anymore. 

Does the Module dealing with the settings (in this case the BlockModule) have to 
advise the changed MBean to store the changed information, or does the MBean (Block)  
has to explicitely call store() on itself if attributes have changed -- or is 
everything happening in the jboss.mx package in the background my magic?



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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843211


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to