<HTML><BODY>Hi all.<br><br>Could anyone help me with the following problem. I have a war that contains one servlet.<br>In WEB-INF of the war I have beans.xml. Besides, inside this war, in lib folder I have<br>a jar archive. Jar archive has beans.xml in META-INF.<br><br>I use GlassFish 5 that uses Weld. When I want to inject in servlet CDI bean from jar,<br>container doesn't inject anything - field is null, and no errors I get. However, when<br>I inject in servlet EJB bean everything works fine.<br><br>How to fix it?<br><br>-- <br>Best regards, Alex Sviridov</BODY></HTML>