Kirk Lund created GEODE-1928:
--------------------------------
Summary: MBean custom composite data types should be serializable
Key: GEODE-1928
URL: https://issues.apache.org/jira/browse/GEODE-1928
Project: Geode
Issue Type: Bug
Components: management
Reporter: Kirk Lund
While working with the CacheManagementDUnitTest I noticed that OSMetrics and
JVMMetrics (custom composite data types for Geode MBeans) are not Serializable.
These any any other custom composite data types that Geode has should implement
Serializable. This doesn't cause any issues for the User because of the
where/when they are currently constructed but best practice dictates that they
should be and this also facilitates DUnit testing for the MBeans because you
can serialize one and return it from a VM.invoke method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)