Make sure Weld does not fail at runtime when BeanManager.getInjectableReference() is called with an InjectionPoint implementation that only returns type and qualifiers (all the other methods return null).
1) Create a testcase 2) Fix the implementation to not fail at runtime
|