[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
Sat Nov 7 12:46:05 EST 2009
[ https://jira.jboss.org/jira/browse/JASSIST-97?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir updated JASSIST-97:
-----------------------------
Issue Type: Bug (was: Feature Request)
Affects Version/s: 3.11.0.GA
ProxyFactory.getHandler should read the instance handler field, not the static default_interceptor field.
This can be worked around by creating a proxy class each time an instance is created, but this is far from ideal as you will run out of perm-gen space.
> 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
>
> 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