multiple methods with same EJB @interceptors(foo.class) in same bean class get
multiple interceptor instances
-------------------------------------------------------------------------------------------------------------
Key: OWB-318
URL: https://issues.apache.org/jira/browse/OWB-318
Project: OpenWebBeans
Issue Type: Bug
Components: Interceptor and Decorators
Affects Versions: M4
Reporter: Eric Covener
Assignee: Eric Covener
One managed bean with multiple methods with the same EJB
@interceptors(foo.class) get multiple interceptor instances, but we should only
create 1 instance.
See TCK method
org.jboss.jsr299.tck.interceptors.tests.method.MethodLevelInterceptorTest.testInterceptorCanBeAppliedToMoreThanOneMethod().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.