-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.1
-
None
-
JBoss Enterprise Application Platform 5.1.1
JSF 1.2
EJB3 1.3.7
-
-
-
-
Documented as Resolved Issue
-
NEW
When a JSF ManagedBean inherits EJB fields from a superclass, those EJBs are not being injected into the ManagedBean. If we place any annotation in the concrete ManagedBean implementation, then @EJB annotations from the superclass are picked up. For example if we move one of the fields annotated with @EJB into the concreated ManagedBean, or add a @Resource annotation, the problem does not occur.