Details
-
Wish
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
OpenCMIS 0.10.0
-
None
Description
I have a workaround for this but It would be great if the ObjectInfoImpl class (org.apache.chemistry.opencmis.commons.impl.server.ObjectInfoImpl) can implement the Serializable interface.
I'm exposing the CmisService interface as a RMI endpoint and all of the parameters and return types seems to implement Serializable except for the ObjectInfoImpl.
Thanks.