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
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
; 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
> 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
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
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
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
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
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??