Re: [JBoss-user] Keeping MBeans in sync with my-service.xml

2002-09-03 Thread Guy Rouillier
uto files altogether. That experience reinforces the suggestion I made below. - Original Message - From: "Guy Rouillier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 2:00 PM Subject: Re: [JBoss-user] Keeping MBeans in sync with my-servic

Re: [JBoss-user] Keeping MBeans in sync with my-service.xml

2002-09-02 Thread Guy Rouillier
file those overdue tax returns . - Original Message - From: "David Jencks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 02, 2002 1:23 PM Subject: Re: [JBoss-user] Keeping MBeans in sync with my-service.xml > You ought to read about model mbe

Re: [JBoss-user] Keeping MBeans in sync with my-service.xml

2002-09-02 Thread David Jencks
; would a > database connection pool mbean care to know that it previously existed? > What good would that information do it? > > - Original Message - > From: "David Jencks" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, August 31

Re: [JBoss-user] Keeping MBeans in sync with my-service.xml

2002-09-02 Thread Jon Brisbin
> Actually, I think most mbeans would work this way. For example, why > would a > database connection pool mbean care to know that it previously > existed? > What good would that information do it? I might change my database connection pool information through a web interface. In fact, some of

Re: [JBoss-user] Keeping MBeans in sync with my-service.xml

2002-09-02 Thread Guy Rouillier
o this with a saveState() > > and loadState() function that MBeans can choose to ignore. Some MBeans > > don't want their state saved between shutdowns. > > > > - Original Message - > > From: "David Jencks" <[EMAIL PROTECTED]> > > To: &l

Re: [JBoss-user] Keeping MBeans in sync with my-service.xml

2002-08-30 Thread David Jencks
between shutdowns. > > - Original Message - > From: "David Jencks" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, August 30, 2002 4:01 PM > Subject: Re: [JBoss-user] Keeping MBeans in sync with my-service.xml > > > > You ca

Re: [JBoss-user] Keeping MBeans in sync with my-service.xml

2002-08-30 Thread Guy Rouillier
t; To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 4:01 PM Subject: Re: [JBoss-user] Keeping MBeans in sync with my-service.xml > 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

Re: [JBoss-user] Keeping MBeans in sync with my-service.xml

2002-08-30 Thread David Jencks
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 init

[JBoss-user] Keeping MBeans in sync with my-service.xml

2002-08-30 Thread Jon Brisbin
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??