[jira] Closed: (OWB-116) Update Business Method Definition

2010-04-11 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-116. -- Resolution: Fixed Already done. Update Business Method Definition -

[jira] Created: (OWB-349) ignore exception during type hierarchy scan

2010-04-11 Thread Mario Ivankovits (JIRA)
ignore exception during type hierarchy scan --- Key: OWB-349 URL: https://issues.apache.org/jira/browse/OWB-349 Project: OpenWebBeans Issue Type: Improvement Components: Core Affects

[jira] Closed: (OWB-349) ignore exception during type hierarchy scan

2010-04-11 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-349. -- Fix Version/s: 1.0.0 Resolution: Fixed Done, thanks Mario Ivankovits ignore exception during

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

Fwd: OWB integration with OpenEJB Tomcat Integration Code

2010-04-11 Thread Gurkan Erdogdu
FYI -- Forwarded message -- From: Gurkan Erdogdu cgurkanerdo...@gmail.com Date: 2010/4/11 Subject: OWB integration with OpenEJB Tomcat Integration Code To: d...@openejb.apache.org Hello folks; I have started to integrate OpenWebBeans into OpenEJB+Tomcat integration code. I

[jira] Closed: (OWB-350) Support Interceptor for non-contextual EJBs

2010-04-11 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gurkan Erdogdu closed OWB-350. -- Resolution: Fixed Support Interceptor for non-contextual EJBs