[
https://issues.apache.org/jira/browse/OWB-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gurkan Erdogdu closed OWB-166.
------------------------------
Resolution: Fixed
Fix Version/s: M4
> Interceptor bindings, that are defined on stereotypes are not applied to beans
> ------------------------------------------------------------------------------
>
> Key: OWB-166
> URL: https://issues.apache.org/jira/browse/OWB-166
> Project: OpenWebBeans
> Issue Type: Bug
> Components: Interceptor and Decorators
> Reporter: Sven Linstaedt
> Assignee: Gurkan Erdogdu
> Fix For: M4
>
>
> e.g. LoggingInterceptor is never called.
> @Named
> @ConversationScoped
> @Stereotype
> @LoggingInterceptor
> @Target({TYPE, METHOD, FIELD})
> @Retention(RUNTIME)
> @Documented
> public @interface OrderController
> {
> }
> If @LoggingInterceptor is applied directly on the class, everything works as
> expected.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.