[weld-issues] [JBoss JIRA] Created: (WELD-915) NPE at org.jboss.weld.util.Beans.mergeInQualifiers(Beans.java:924)
Ondrej Zizka (JIRA)
jira-events at lists.jboss.org
Fri May 27 16:03:00 EDT 2011
NPE at org.jboss.weld.util.Beans.mergeInQualifiers(Beans.java:924)
------------------------------------------------------------------
Key: WELD-915
URL: https://issues.jboss.org/browse/WELD-915
Project: Weld
Issue Type: Bug
Affects Versions: 1.1.1.Final
Environment: Java SE, Sun JDK 1.6
Reporter: Ondrej Zizka
Attachments: App.java
STR:
1) svn co http://ondrazizka.googlecode.com/svn/trunk/CdiTry
or use the attached file
2) Run org.jboss.qa.test.cditry.threads.App.java
Exception in thread "main" java.lang.NullPointerException
at org.jboss.weld.util.Beans.mergeInQualifiers(Beans.java:924)
at org.jboss.weld.bean.builtin.FacadeInjectionPoint.<init>(FacadeInjectionPoint.java:29)
at org.jboss.weld.bean.builtin.InstanceImpl.selectInstance(InstanceImpl.java:181)
at org.jboss.weld.bean.builtin.InstanceImpl.select(InstanceImpl.java:171)
at org.jboss.qa.test.cditry.threads.App.main2(App.java:36)
at org.jboss.qa.test.cditry.threads.App.main(App.java:30)
PS: I know the usage is completely wrong ;-) I'm just examining Weld.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list