[jira] [Commented] (OWB-871) WebbeansConfigurationException unless method is also declared in interface

2013-06-11 Thread Reinis Vicups (JIRA)
. br Reinis WebbeansConfigurationException unless method is also declared in interface -- Key: OWB-871 URL: https://issues.apache.org/jira/browse/OWB-871

[jira] [Commented] (OWB-871) WebbeansConfigurationException unless method is also declared in interface

2013-06-11 Thread Mark Struberg (JIRA)
beans on inject-methods and observer methods. Thus we would need to check if there is anything more explicit in the EJB spec which overrules this. WebbeansConfigurationException unless method is also declared in interface

[jira] [Commented] (OWB-871) WebbeansConfigurationException unless method is also declared in interface

2013-06-11 Thread Romain Manni-Bucau (JIRA)
why it works. Dont recall the part of the spec but tck check itfor sure WebbeansConfigurationException unless method is also declared in interface -- Key: OWB-871 URL

[jira] [Commented] (OWB-871) WebbeansConfigurationException unless method is also declared in interface

2013-06-11 Thread Reinis Vicups (JIRA)
as I have found it, this case really puzzles me. WebbeansConfigurationException unless method is also declared in interface -- Key: OWB-871 URL: https://issues.apache.org/jira

[jira] [Commented] (OWB-871) WebbeansConfigurationException unless method is also declared in interface

2013-06-11 Thread Romain Manni-Bucau (JIRA)
but that's really the EJB container which handle the EJB, so the business method constraint is no more relevant here. WebbeansConfigurationException unless method is also declared in interface

[jira] [Commented] (OWB-871) WebbeansConfigurationException unless method is also declared in interface

2013-06-11 Thread Reinis Vicups (JIRA)
, turning observer method into static does the trick and I don't have to polute business interface but all in all I think these constraints shouldn't be there for the sake of being able to have clean design. br reinis WebbeansConfigurationException unless method is also declared

[jira] [Created] (OWB-871) WebbeansConfigurationException unless method is also declared in interface

2013-06-10 Thread Reinis Vicups (JIRA)
Reinis Vicups created OWB-871: - Summary: WebbeansConfigurationException unless method is also declared in interface Key: OWB-871 URL: https://issues.apache.org/jira/browse/OWB-871 Project: OpenWebBeans

[jira] [Updated] (OWB-488) move WebBeansConfigurationException messages to message bundles

2011-03-21 Thread Eric Covener (JIRA)
[ https://issues.apache.org/jira/browse/OWB-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Covener updated OWB-488: - Fix Version/s: 1.2.0 move WebBeansConfigurationException messages to message bundles

[jira] Created: (OWB-488) move WebBeansConfigurationException messages to message bundles

2010-11-04 Thread Eric Covener (JIRA)
move WebBeansConfigurationException messages to message bundles --- Key: OWB-488 URL: https://issues.apache.org/jira/browse/OWB-488 Project: OpenWebBeans Issue Type: Improvement

Re: BeanManagerImpl - improvement on WebBeansConfigurationException ?

2010-04-24 Thread Matthias Wessendorf
@openwebbeans.apache.org Sent: Fri, April 23, 2010 11:36:35 PM Subject: BeanManagerImpl - improvement on WebBeansConfigurationException ? Hi, I think that on the BeanManagerImpl class there is (some) room for improvements. Below is a patch to have a slightly better exception text. Does one mind if I commit

BeanManagerImpl - improvement on WebBeansConfigurationException ?

2010-04-23 Thread Matthias Wessendorf
@@ { if (!bean.getScope().equals(Dependent.class)) { -throw new WebBeansConfigurationException(Bean + bean + scope can not define other scope except @Dependent to inject InjectionPoint); +throw new

Re: WebBeansConfigurationException...

2010-03-18 Thread Gurkan Erdogdu
Wessendorf mat...@apache.org To: dev@openwebbeans.apache.org Sent: Thu, March 18, 2010 5:12:43 PM Subject: WebBeansConfigurationException... Hi, has one noticed that ? According to the bug-filer this seems to work in Weld.. Not done any debugging yet... https://issues.apache.org/jira/browse/EXTCDI

Re: WebBeansConfigurationException...

2010-03-18 Thread Matthias Wessendorf
not scoped as @Dependent. Therefore it throws Exception. --Gurkan From: Matthias Wessendorf mat...@apache.org To: dev@openwebbeans.apache.org Sent: Thu, March 18, 2010 5:12:43 PM Subject: WebBeansConfigurationException... Hi, has one noticed