You can't do this now and I don't think it is a good idea to implement it.
Sascha and I (and previously others) have been discussing how to use mbean persistence to save the state of all mbeans in jboss independently of how they got there. This would decouple deployment of mbeans with their initial state (handled typically by deploying a *-service.xml file) from persistence of the possibly modified state over server shutdown/restart and crashes. With this model, shutting down jboss would not "undeploy" anything, it would save the state and then remove each mbean. Restarting jboss would not "deploy" the packages previously deployed, it would read the state of all the mbeans, recreate, configure, and start them. thanks david jencks On 2002.08.30 15:24:42 -0400 Jon Brisbin wrote: > Is there any way that I can deploy an MBean in JBoss through a > *-service.xml file, then update it's properties in the jmx-console, and > *also* keep the deployment file up to date? I didn't see anything in > JBoss to support this notion, but wondered if it would be feasible to > attempt such a thing?? > > ===== > Thanks! > > Jon Brisbin > > [EMAIL PROTECTED] > 417.682.6157 (h/w) > 417.825.3995 (c) > > __________________________________________________ > Do You Yahoo!? > Yahoo! Finance - Get real-time stock quotes > http://finance.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by: OSDN - Tired of that same old > cell phone? Get a new here for FREE! > https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 > _______________________________________________ > JBoss-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-user > > ------------------------------------------------------- This sf.net email is sponsored by: OSDN - Tired of that same old cell phone? Get a new here for FREE! https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
