-
Bug
-
Resolution: Done
-
Major
-
1.0.0.CR1
-
None
org.jboss.jsr299.tck.interceptors.tests.definition.DefinitionTest.testInterceptorMethodDefinedOnTargetClass()
@AroundInvoke interceptor method placed on the target class is not invoked before invocation of other method of the target class. However, the invocation of this method does occur if another interceptor is bound to the bean using @Interceptors annotation.