]
Michal Babacek closed MODCLUSTER-174.
-------------------------------------
Closing. Clean-up.
At least one of the following applies:
* the issue has been thoroughly tested as a part of one of the current releases
or
* it hasn't occurred in ~2 years
or
* it's utterly harmless
Fix class name of MBeanAttributeRatioLoadMetric in MC config
------------------------------------------------------------
Key: MODCLUSTER-174
URL:
https://issues.jboss.org/browse/MODCLUSTER-174
Project: mod_cluster
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 1.0.3.GA, 1.1.0.CR3
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Fix For: 1.0.4.GA, 1.1.0.Final
The MBeanAttributeRatioLoadMetric is erroneously using MBeanAttributeLoadMetric as its
class name. Even though this bean is not demanded/used normally, the MC in AS6 still
parses its constructor, which has the wrong number of parameters.