Re: [JBoss-dev] Too many copies of model mbean info objects

2004-01-20 Thread Juha Lindfors
If I follow what you're trying to do correctly, the reason for the bug is that the context map descriptors are updated but the info reference we return from getMBeanInfo is not, in AbstractMBeanInvoker, for setters there's a finally block at the end that updates the context maps on the return of

RE: [JBoss-dev] Too many copies of model mbean info objects

2004-01-20 Thread Scott M Stark
Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juha Lindfors Sent: Tuesday, January 20, 2004 1:25 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Too many copies of model mbean

RE: [JBoss-dev] Too many copies of model mbean info objects

2004-01-20 Thread Juha Lindfors
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Juha Lindfors Sent: Tuesday, January 20, 2004 1:25 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Too many copies of model mbean info objects If I follow what you're trying to do correctly

RE: [JBoss-dev] Too many copies of model mbean info objects

2004-01-20 Thread Scott M Stark
PROTECTED] On Behalf Of Scott M Stark Sent: Tuesday, January 20, 2004 1:56 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Too many copies of model mbean info objects Is this enough as there are several places copies are being introduced: - AbstractMBeanInvoker.preRegister + This calls

RE: [JBoss-dev] Too many copies of model mbean info objects

2004-01-20 Thread Juha Lindfors
JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott M Stark Sent: Tuesday, January 20, 2004 1:56 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Too many copies of model mbean info objects Is this enough