You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2013/04/10 23:41:16 UTC

[jira] [Resolved] (OWB-187) Interceptors with lifecycle and @AroundInvoke permitted to have bindingtypes containing method-level annotations

     [ https://issues.apache.org/jira/browse/OWB-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-187.
-------------------------------

    Resolution: Fixed
      Assignee: Mark Struberg  (was: Eric Covener)

fixed in 1.2.0 (and I think also in 1.1.x a long time ago)
                
> Interceptors with lifecycle and @AroundInvoke permitted to have bindingtypes containing method-level annotations
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: OWB-187
>                 URL: https://issues.apache.org/jira/browse/OWB-187
>             Project: OpenWebBeans
>          Issue Type: Bug
>          Components: Interceptor and Decorators
>    Affects Versions: 1.0.0-alpha-1
>            Reporter: Eric Covener
>            Assignee: Mark Struberg
>            Priority: Minor
>             Fix For: 1.2.0
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> "An interceptor for lifecycle callbacks may only declare interceptor binding types that are defined as @Target(TYPE). If an interceptor for lifecycle callbacks declares an interceptor binding type that is defined @Target({TYPE, METHOD}), the container automatically detects the problem and treats it as a definition error."
> our InterceptorUtil.checkLifecycleConditions() does not perform the METHOD check when the Interceptor also contains business method interceptors

--
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