https://issues.apache.org/bugzilla/show_bug.cgi?id=52842

Rainer Jung <rainer.j...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Rainer Jung <rainer.j...@kippdata.de> 2012-03-07 01:13:55 
UTC ---
For most MBeans there's a descriptor defining how the MBean attributes relate
to the members of the base objects. For the StandardThreadExecutor there was a
bug in this descriptor, so that the MBean dumper tried to retrieve the boolean
prestartminSpareThreads using a "get" getter instead of an "is" getter.

The attribute didn't exist in 6.0 so that's why there's no exception for 6.0.

Fixed now in trunk by r1297818 and 7.0 by r1297820.
Will be part of TC 7.0.27.

Thanks for the detailed report.

Regards,

Rainer

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

Reply via email to