[weld-issues] [JBoss JIRA] Commented: (WELD-580) Around-Invoke Interceptors with wrong signature should cause DefinitionException
Aslak Knutsen (JIRA)
jira-events at lists.jboss.org
Tue Aug 3 08:14:49 EDT 2010
[ https://jira.jboss.org/browse/WELD-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12542730#action_12542730 ]
Aslak Knutsen commented on WELD-580:
------------------------------------
Test case exposing the bug:
http://anonsvn.jboss.org/repos/weld/core/trunk/tests/src/test/java/org/jboss/weld/tests/interceptors/invalidContract/
- marked as broken -
> Around-Invoke Interceptors with wrong signature should cause DefinitionException
> --------------------------------------------------------------------------------
>
> Key: WELD-580
> URL: https://jira.jboss.org/browse/WELD-580
> Project: Weld
> Issue Type: Bug
> Components: Interceptors and Decorators
> Affects Versions: 1.0.1.Final
> Reporter: Aslak Knutsen
> Fix For: 1.1.0.BETA1
>
>
> Around-invoke methods have the following signature:
> Object <METHOD>(InvocationContext) throws Exception
> Interceptors that does not follow that should cause a DefinitionException.
> In current impl they are registered, enabled but can not be resolved on Bean lookup.
--
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