[weld-issues] [JBoss JIRA] Updated: (WELD-771) Interception of beans with final methods causes final methods to be invoked on the proxy
Pete Muir (JIRA)
jira-events at lists.jboss.org
Tue Dec 7 10:37:01 EST 2010
[ https://jira.jboss.org/browse/WELD-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir updated WELD-771:
---------------------------
Fix Version/s: 1.2.0.Beta1
(was: 1.1.0.CR1)
> Interception of beans with final methods causes final methods to be invoked on the proxy
> ----------------------------------------------------------------------------------------
>
> Key: WELD-771
> URL: https://jira.jboss.org/browse/WELD-771
> Project: Weld
> Issue Type: Bug
> Components: Interceptors and Decorators, Proxies
> Affects Versions: 1.1.0.Beta2
> Reporter: Stuart Douglas
> Fix For: 1.2.0.Beta1
>
>
> We currently allow method level interceptors on beans that also have private methods, which causes the final methods to be invoked on the proxy. There are two options here:
> - Fix WELD-437 (implement interception through subclassing)
> - Pick this up in the verification phase and either log a warning or throw an exception
>
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list