-
Bug
-
Resolution: Done
-
Major
-
2.0.3.Final
-
None
The following producer produces null:
static @Produces @PersistenceContext(unitName = "defaultPU") @DefaultDatabase EntityManager defaultEM;
remove the "static" and the producer produces the correct object and the above movies are displayed corectly.
- is related to
-
WELD-632 EMF Resource declaration in a static producer field of a Singleton EJB results in a null instance exception
- Closed
- relates to
-
CDITCK-370 Create tests for static java EE resource producer fields
- Resolved