[jira] Closed: (HIVEMIND-152) ElementsProxyList and ElementsProxyMap are not serializable

View: New views
1 Messages — Rating Filter:   Alert me  

Parent Message unknown [jira] Closed: (HIVEMIND-152) ElementsProxyList and ElementsProxyMap are not serializable

by JIRA hivemind-dev@jakarta.apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/HIVEMIND-152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Ertl closed HIVEMIND-152.
-------------------------------

    Resolution: Fixed

...

> ElementsProxyList and ElementsProxyMap are not serializable
> -----------------------------------------------------------
>
>                 Key: HIVEMIND-152
>                 URL: https://issues.apache.org/jira/browse/HIVEMIND-152
>             Project: HiveMind
>          Issue Type: Improvement
>          Components: framework
>    Affects Versions: 1.1
>            Reporter: Peter Ertl
>
> 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

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.