> + rv.RETURN_VALUE = > InterceptorUtil.callAroundInvokes(threadLocal.get(), instance, > + > (CreationalContextImpl<?>)threadLocalCreationalContext.get(), method, > arguments, > + > InterceptorUtil.getInterceptorMethods(filteredInterceptorStack, > InterceptorType.AROUND_INVOKE), > + ejbContext, null);
Obviously not actually exploited yet in the interceptor, in case anyone is scratching their head
