Hi All,<div><br></div><div>I have just started a new project using the maven  archetype weld-jsf-jee-minimal</div><div><br></div><div>I have a Bean which has a property:</div><div><br></div><div><div>    @Inject @TodoInotherway private TodoSrv todoService;</div>

<div><br></div><div>If I annotate the bean with @ManagedBean the injection fails and todoService will be always null.. If I annotate the Bean with @Named, the <meta http-equiv="content-type" content="text/html; charset=utf-8">property is injected correctly but the Bean is instantiated several times for each request even if it is annotated as @SessionScoped and therefore all it&#39;s properties are recreated... (with @ManageBean it saves the properties for the whole session)</div>

<div><br></div><div>Is it a bug ?</div><div><br></div><div>any ideas ?</div><div><br></div><div>   </div><meta http-equiv="content-type" content="text/html; charset=utf-8"><br>-- <br>Sebastian E. Ovide<br><br><br><br>
</div>