[
https://issues.apache.org/jira/browse/OWB-295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12836351#action_12836351
]
Mark Struberg commented on OWB-295:
-----------------------------------
see
http://java.sun.com/j2se/1.3/docs/guide/reflection/proxy.html
on how Serialization works with java.lang.reflect.Proxy
> switch from Javassist Proxy to java.lang.reflect.proxy
> ------------------------------------------------------
>
> Key: OWB-295
> URL: https://issues.apache.org/jira/browse/OWB-295
> Project: OpenWebBeans
> Issue Type: Bug
> Affects Versions: M3
> Reporter: Mark Struberg
> Assignee: Mark Struberg
> Fix For: M4
>
>
> javassist Proxy doesn't allow to use different ProxyHandler instances for
> different proxy instances. This is an utterly bad behaviour, since our code
> heavily relies on that.
> Using java.lang.reflect.Proxy should relief our pain.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.