|
||||||||
|
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 |
||||||||
_______________________________________________ weld-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

The enhanced subclass instance of the decorated bean is the same as the one injected into delegate injection points. Therefore, there is no way to distinguish if a method is invoked on the delegate or on an injected reference.
Without an additional delegate proxy that would wrap bean instances injected into delegate injection points we are not able to distinguish a legal business method invocation from a method invocation on the delegate that is performed outside of a business method invocation.