-
Bug
-
Resolution: Done
-
Minor
-
2.4.6.Final, 3.0.3.Final
-
None
Weld SE applications can crash when:
- Constructor injection is used
- The class constructor calls a super class method
Typically there is a NullPointerException at the call site.
Using org.jboss.weld.development=true seems to trigger the generation of proxies that I don't see when it is false. And the proxy generation is incomplete?
The demo actually crashes in Weld SE code, but I have observed my own code crashing in a similar way.
- relates to
-
WELD-2478 Weld SE throws NPE when trying to intercept a method called by constructor
- Resolved
- links to