Bug 49945 - Continuation of JMX Descriptor Improvements
Summary: Continuation of JMX Descriptor Improvements
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 7
Classification: Unclassified
Component: Catalina (show other bugs)
Version: trunk
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-17 01:09 UTC by chamith buddhika
Modified: 2010-10-04 17:26 UTC (History)
0 users



Attachments
o.a.Catalina.core+o.a.Catalina.startup Descriptor Patch (6.79 KB, text/plain)
2010-09-17 01:09 UTC, chamith buddhika
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chamith buddhika 2010-09-17 01:09:05 UTC
Created attachment 26040 [details]
o.a.Catalina.core+o.a.Catalina.startup Descriptor Patch

In this patch some faulty attributes in o.a.catalina.core and o.a.catalina.startup descriptors have been corrected. With this almost all the remaining attributes with issues (showing up as red in JConsole) are due to the fact that they are not in a serializble form (not primitive types)  to be displayed by JConsole. (A solution to this might be remove them altogether or returning their String representation if that makes sense.)
Comment 1 Mark Thomas 2010-10-04 17:26:13 UTC
Fixed in trunk and will be included in 7.0.4 onwards.

Thanks for the patch.