CDI Injection in Entity Listener results in null reference · Issue #209 · payara/Payara

Hi, I'm trying to inject a CDI Bean in an Entity Listener and got a NPE because the reference is null: @Entity @EntityListeners({LoggerEntityListener.class}) public class MyLoggedEntity { ... } pub...