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.