On 29 Jun 2010, at 11:37, Ed Burns wrote:
>>>>> On Thu, 24 Jun 2010 10:42:03 -0400, Stephen Kenna
<kenna(a)us.ibm.com> said:
SK> We did some testing on Glassfish, and not only did constructor injection
SK> not occur, but field injection did not occur either. (Field injection is
SK> working on JBoss)
Did you try putting the @Inject annotation on the field itself (not the
setter) and also putting the @javax.faces.bean.ManagedProperty
annotation on the field?
Why do you need to put @ManagedProperty on the field? This is not required.