Martin Kouba commented on Bug WELD-1299

Actually, it seems UnsafeInstantiator breaks client proxies completely. When creating proxy class instance using Unsafe.allocateInstance() the proxy class constructor is not invoked, the proxy instance is not properly initialized (besides other things the constructed attribute is not set to true) and so it does not delegate method invocation to the underlying bean instance. Invocation of this proxy's method will only return super.method().

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira