Hmm, why do I get a new EMF in each request? I'm only having this producer class:
@Dependent public class EntityManagerProducer { @PersistenceContext @Produces private EntityManager em; }