Gerhard Petracek created OWB-1121:
-------------------------------------
Summary: IllegalStateException in case of duplicated classes
Key: OWB-1121
URL: https://issues.apache.org/jira/browse/OWB-1121
Project: OpenWebBeans
Issue Type: Bug
Reporter: Gerhard Petracek
Assignee: Mark Struberg
duplicated classes should lead to a warning (with the exact locations of the
redundant classes) and not to:
java.lang.IllegalStateException: It's not allowed to call getBeans(Type,
Annotation...) before AfterBeanDiscovery
at
org.apache.webbeans.container.InjectableBeanManager.checkAfterBeanDiscoveryProcessed(InjectableBeanManager.java:402)
at
org.apache.webbeans.container.InjectableBeanManager.getBeans(InjectableBeanManager.java:121)
...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)