https://issues.apache.org/bugzilla/show_bug.cgi?id=52899
Mark Thomas <ma...@apache.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Mark Thomas <ma...@apache.org> 2012-03-14 15:20:24 UTC --- The MBeanDumper only accesses the attributes that are there. It is not responsible for creating the MBeans in the first place. Tomcat isn't creating this MBean so Tomcat is not responsible for incorrectly exposing pooledConnection as an attribute with a getter rather than an operation. You can tell this by looking at the MBean name. Tomcat uses a distinctive naming convention for MBeans [1] and the name used below does not match it. [1] http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/core/NamingContextListener.java?view=annotate (line 743 onwards) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org