Re: svn commit: r932843 - in /openwebbeans/trunk/webbeans-ejb/src/main/java/org/apache/webbeans/ejb/common: component/BaseEjbBean.java interceptor/OpenWebBeansEjbInterceptor.java proxy/EjbBeanProxyH

2010-04-11 Thread Eric Covener
+    private Object callInterceptorsAndDecorators(Method method, Object instance, Object[] arguments) throws Exception Do you think it's possible to re-use an InterceptorHandler instead of having the ejb-common code know so much detail of interceptors/decorators? I wasn't able to rebase my

Re: svn commit: r932843 - in /openwebbeans/trunk/webbeans-ejb/src/main/java/org/apache/webbeans/ejb/common: component/BaseEjbBean.java interceptor/OpenWebBeansEjbInterceptor.java proxy/EjbBeanProxyH

2010-04-11 Thread Gurkan Erdogdu
Do you think it's possible to re-use an InterceptorHandler instead of having the ejb-common code know so much detail of interceptors/decorators? Hımm, the first reason is that in EJB scenario, target bean method is called by the EJB container. Second is that InterceptorHandler is a Javassist