-
Bug
-
Resolution: Done
-
Major
-
1.0.9, 1.1.0.CR3
-
None
-
None
Tomcat/JBW's IntrospectionUtils doesn't handle properties of type Class. Consequently, if you try to override the loadMetricClass, you end up with a NullPointerException during startup, since the property value is read as a null. This property needs to be a String, rather than a Class.