Or if you don't need injection :
This could be somewhere in your static factories...
EntityManagerFactory emf = Persistence.createEntityManagerFactory("punit");
and then
EntityManager em = emf.createEntityManager();
[Message sent by forum member 'alexj' (alexj)]
http://forums.java.net/jive/thread.jspa?messageID=275767