[weld-issues] [JBoss JIRA] Updated: (CDI-5) 9.5.1 Around-Invoke Interceptor example have wrong signature
Pete Muir (JIRA)
jira-events at lists.jboss.org
Mon Sep 20 06:47:29 EDT 2010
[ https://jira.jboss.org/browse/CDI-5?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir updated CDI-5:
------------------------
Fix Version/s: 1.1
> 9.5.1 Around-Invoke Interceptor example have wrong signature
> ------------------------------------------------------------
>
> Key: CDI-5
> URL: https://jira.jboss.org/browse/CDI-5
> Project: CDI Specification Issues
> Issue Type: Bug
> Components: Specification
> Affects Versions: 1.0
> Reporter: Aslak Knutsen
> Fix For: 1.1
>
>
> The Interceptor example in section 9.5.1 use a illegal method signature for Around-Invoke interceptors:
> @AroundInvoke
> public void aroundInvoke() throws Exception { ... }
> (void and no InvocationContex argument)
> Around-invoke methods have the following signature:
> Object <METHOD>(InvocationContext) throws Exception
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list