[hibernate-issues] [Hibernate-JIRA] Resolved: (HHH-3623) Make at least ListProxy serializable

Adam Warski (JIRA) noreply at atlassian.com
Tue Nov 25 10:25:16 EST 2008


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adam Warski resolved HHH-3623.
------------------------------

         Assignee: Adam Warski
       Resolution: Fixed
    Fix Version/s: 3.4

> Make at least ListProxy serializable
> ------------------------------------
>
>                 Key: HHH-3623
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3623
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: envers
>         Environment: Hibernate 3.3.1, MySQL Server 5.0
>            Reporter: Mircea Gaceanu
>            Assignee: Adam Warski
>             Fix For: 3.4
>
>
> In Spring WebFlow all objects used in a flow need to be serializable (because it has a "snapshotting" mechanism that saves flow states, so all the objects used in the flow).
> See http://www.jboss.com/index.html?module=bb&op=viewtopic&t=145575 for other details.
> For me making ListProxy implement Serializable and adding no-arg constructors to ListProxy and CollectionProxy fixed the problem, although I believe the other proxy classes should be serializable too.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the hibernate-issues mailing list