JON 1.x displayed baselines for an autogroup metric when the user went to the detailed chart page for that metric. This functionality has been broken in JON 2.x since 2.0, because we never implemented the EJB methods for calculating a baseline for a metric across an autogroup. The GUI code was there, but since the backend EJB methods were not there, an exception occurred and was dumped to the GUI. To clear up this exception, display of baselines for autogroup metrics has been disabled (see https://bugzilla.redhat.com/show_bug.cgi?id=535828). I think the main thing to impl will be a method in MeasurementBaselineManagerLocal/MeasurementBaselineManagerBean with the following signature: MeasurementBaseline calculateAutoBaseline(Subject subject, int parentResourceId, int childResourceTypeId, int definitionId, long startDate, long endDate, boolean save) throws BaselineCreationException, MeasurementNotFoundException; This method would be called by ViewChartFormPrepareAction._setupBaselineExpectedRange() in the GUI layer, in order to calculate the baseline.
Temporarily adding the keyword "SubBug" so we can be sure we have accounted for all the bugs. keyword: new = Tracking + FutureFeature + SubBug
making sure we're not missing any bugs in rhq_triage
Closing - autogroups are being replaced.