Blog Archive for ljnelson during July 2010
I learned this the hard way and wanted to make sure other people could benefit.
While putting together a Java EE 6 application, I had put together a @SessionScoped bean that inherited from an abstract superclass. Both the super- and subclass have injection points. The subclass uses @Inject; the superclass only uses @PersistenceContext.
Now, I had added the required META-INF/...



