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