[jira] Commented: (OWB-329) Interceptor instances get created each time the interceptor gets called

2010-03-18 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846796#action_12846796 ] Mark Struberg commented on OWB-329: --- apparently this patch currently doesn't use the split

[jira] Created: (OWB-330) reduce BeanManagerImpl#getManager() calls inside the same functions

2010-03-18 Thread Mark Struberg (JIRA)
reduce BeanManagerImpl#getManager() calls inside the same functions --- Key: OWB-330 URL: https://issues.apache.org/jira/browse/OWB-330 Project: OpenWebBeans Issue Type:

[jira] Commented: (OWB-329) Interceptor instances get created each time the interceptor gets called

2010-03-18 Thread Mark Struberg (JIRA)
[ https://issues.apache.org/jira/browse/OWB-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846856#action_12846856 ] Mark Struberg commented on OWB-329: --- I think we talk about the same thing. A proxy is

[jira] Commented: (OWB-329) Interceptor instances get created each time the interceptor gets called

2010-03-18 Thread Gurkan Erdogdu (JIRA)
[ https://issues.apache.org/jira/browse/OWB-329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12846866#action_12846866 ] Gurkan Erdogdu commented on OWB-329: For proxying, my understanding is that: If it is

Re: WebBeansConfigurationException...

2010-03-18 Thread Gurkan Erdogdu
Problem is that EntityManagerProducer defines disposal method that has an InjectionPoint parameter. According to the spec, If a bean that declares any scope other than @Dependent has an injection point of type InjectionPoint and qualifier @Default, the container automatically detects the

Re: WebBeansConfigurationException...

2010-03-18 Thread Matthias Wessendorf
thanks for the comment! -Matthias On Thu, Mar 18, 2010 at 11:17 AM, Gurkan Erdogdu gurkanerdo...@yahoo.com wrote: Problem is that EntityManagerProducer defines disposal method that has an InjectionPoint parameter. According to the spec, If a bean that declares any scope other than