-
Bug
-
Resolution: Done
-
Major
-
1.1.1.Final
-
None
-
None
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.