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? I have a test app that I'll provide in GitHub when I get an issue reference. |