This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: Does JBoss allow PERSISTENT changes to MBean Attributes?peterj Jun 29, 2006 11:32 AM (in response to stevieuk)You have to change the configuration file. Changes made via JMX are not persisted. 
- 
        2. Re: Does JBoss allow PERSISTENT changes to MBean Attributes?dimitris Jun 30, 2006 8:16 AM (in response to stevieuk)There is some support for persisting attribute changes, put the mbean needs to be xmbeanized (see the XMBean section in the FAQ http://www.jboss.org/wiki/Wiki.jsp?page=FAQJBossJMX) 
 I guess with datasources that would be a little hard to do, since the mbean descriptor is generated by the -ds.xml.
- 
        3. Re: Does JBoss allow PERSISTENT changes to MBean Attributes?stevieuk Jul 3, 2006 4:19 AM (in response to stevieuk)On a similar note. If you deploy an application via JMX it also disappears after a restart: 
 We started of with this in our ant build:
 Had to move to a copy and sleep to preserve deployment after bounce
- 
        4. Re: Does JBoss allow PERSISTENT changes to MBean Attributes?stevieuk Jul 3, 2006 4:20 AM (in response to stevieuk)
- 
        5. Re: Does JBoss allow PERSISTENT changes to MBean Attributes?stevieuk Jul 3, 2006 4:20 AM (in response to stevieuk)
 
     
    