Bug 43868

Summary: MBeanServer invoke issue
Product: Tomcat 6 Reporter: Fred <kasius>
Component: CatalinaAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 6.0.14   
Target Milestone: default   
Hardware: All   
OS: All   

Description Fred 2007-11-15 01:26:51 UTC
Impossible to invoke "removeRole" or other MBean methods and "setAttribute" by
MBeanServer cause of the same bug in ManagedBean.java at both lines 545
(getSetter method) and 604 (getInvoke method):
        object = this;
Must be replace by:
        object = bean;

Fortunately getGetter method is correct.
Comment 1 Mark Thomas 2007-12-29 14:55:28 UTC
This has been fixed in svn and proposed for inclusion in 6.0.x
Comment 2 Mark Thomas 2008-01-10 13:04:52 UTC
This has been fixed in 6.0.x and will be included in 6.0.16 onwards.