[jboss-jira] [JBoss JIRA] Updated: (JASSIST-97) Javassist doesn't serialize the handler along with the proxy

Pete Muir (JIRA) jira-events at lists.jboss.org
Mon Nov 30 13:51:29 EST 2009


     [ https://jira.jboss.org/jira/browse/JASSIST-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pete Muir updated JASSIST-97:
-----------------------------

    Attachment: JASSIST-97-test.diff


Here is a test which shows serialization of a "global" handler (a handler which is assigned to the proxy class) working, but not working for an "instance" handled (a handler which is assigned to a proxy instance) being lost.

Note that the handler itself implements Serializable, so can be serialized along with the proxy.

> Javassist doesn't serialize the handler along with the proxy
> ------------------------------------------------------------
>
>                 Key: JASSIST-97
>                 URL: https://jira.jboss.org/jira/browse/JASSIST-97
>             Project: Javassist
>          Issue Type: Bug
>    Affects Versions: 3.11.0.GA
>            Reporter: Pete Muir
>            Assignee: Shigeru Chiba
>         Attachments: JASSIST-97-test.diff
>
>
> When serializing a proxy, Javassist doesn't consider serializing the instance handler, but only the default handler.

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

        



More information about the jboss-jira mailing list