Hi all

I already wrote to this mailing list but didn't get any answer, so this is my last attempt to get any help.

I want to use Weld servlet Env with Grizzly and found out that in order to control instance
creating in Grizzly it is necessary to override some methods in WebappContext. So I created these two classes:
https://github.com/PavelKastornyy/weld-core/tree/master/environments/servlet/core/src/main/java/org/jboss/weld/environment/grizzly
 
However, objects are not injected in servlets as expected. Could anyone comment my code?

--
Alex Sviridov