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: M3
Reporter: Eric Covener
Assignee: Eric Covener
Priority: Minor
"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.
-
You can reply to this email to add a comment to the issue online.