Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Note that this issue is not just about adding an entry in a map.
Typically this imply that JPA knows CDI but CDI (EJB too) can need JPA (for inits/boot events).
JPA providers doing an eager CDI init of listeners can need to be made lazy. In such a case you can try tomee.jpa.factory.lazy=true property either in the persistence unit of system properties.