<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div>Hi,<br><br>In the above test, <br><br>@RequestScoped<br>class Farm<br>{<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; @Current Stable stable;<br>&nbsp;&nbsp; <br>&nbsp;&nbsp; public void open() {};<br>&nbsp;&nbsp; <br>}<br><br><br>Farm has normal scope, so we do not create its instance before any of its method is called. Therefore we do not inject fields of the Farm. But in the test case, it is assumed to create Farm instance and inject fields. So test fails in our implementation.<br><br>Is this normal?<br><br>Thanks;<br><br>Gurkan<br></div></div><br>



      </body></html>