Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.1
-
None
-
None
Description
the ElementsProxyList and ElementsProxyMap do not implement java.io.Serializable. Therefore services with configurations for example can not be stored in a clustered http session on tomcat 5 which requires serialization support.
suggested modification:
- add java.io.Serializable to the list of implemented interfaces in org.apache.hivemind.impl.ElementsProxyList
- add java.io.Serializable to the list of implemented interfaces in org.apache.hivemind.impl.ElementsProxyMap
- optionally: declare a serialVersionUID