[
https://issues.jboss.org/browse/JASSIST-97?page=com.atlassian.jira.plugin...
]
Steve Ebersole commented on JASSIST-97:
---------------------------------------
Sort of unrelated (and I apologize for that), but Hibernate users are reporting issues
with enhancing classes that have an attribute named 'handler' and thus a getter of
getHandler() because it clashes with ProxyObject#getHandler(). They pointed to this issue
as having possibly fixed that temporarily.
Anyway, is this problem known and being worked on by renaming that method?
Javassist doesn't serialize the handler along with the proxy
------------------------------------------------------------
Key: JASSIST-97
URL:
https://issues.jboss.org/browse/JASSIST-97
Project: Javassist
Issue Type: Bug
Affects Versions: 3.11.0.GA
Reporter: Pete Muir
Assignee: Andrew Dinn
Fix For: 3.12.0.GA
Attachments: JASSIST-97-test.diff, JASSIST-97.patch
When serializing a proxy, Javassist doesn't consider serializing the instance
handler, but only the default handler.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira