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