Hide Forgot
I'm trying to use MeasurementDataManager.getAggregate in a CLI script in order to determine the maximum value of a metric over a given interval of time. However this fails on the server side with the following exception: java.io.NotSerializableException: org.rhq.enterprise.server.measurement.MeasurementAggregate Obviously, since MeasurementAggregate is used as a return value in MeasurementDataManagerRemote, it should implement Serializable. I got this error with RHQ 3.0.0, but MeasurementAggregate doesn't implement Serializable on the trunk either.
Made serializable in a8e47b2
verified through code inspection
changing status of VERIFIED BZs for JON 2.4.2 and JON 3.0 to CLOSED/CURRENTRELEASE