[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: ModelMBeanAttributeInterceptor flaw

2004-02-12 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821346#3821346 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821346 setter chain is the mbean.setAttribute() chain, this however can be mapped to an operation in an MBean --

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: ModelMBeanAttributeInterceptor flaw

2004-02-12 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821348#3821348 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821348 The comment on TODO in the code points out that an invocation itself should be a Dispather interface

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: ModelMBeanAttributeInterceptor flaw

2004-02-12 Thread starksm
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821351#3821351 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821351 I get the need to have the dispatch of the logical setAttribute(Foo) to some method other than setFoo on

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Re: ModelMBeanAttributeInterceptor flaw

2004-02-12 Thread [EMAIL PROTECTED]
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821352#3821352 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821352 starksm wrote : The invocation of the 'notSetFoo' operation to actually set the 'Foo' attribute still