JBoss Community

Re: NamedQuery problem: TABLE is not mapped

created by Daniel Winz in EJB 3.0 - View the full discussion

Actually, I don't know. I create an EntityManager based on the same persistence.xml ..

EntityManagerFactory emf = Persistence.createEntityManagerFactory("timetracker-persistence");
em = emf.createEntityManager();
EntityTransaction et = em.getTransaction();

Reply to this message by going to Community

Start a new discussion in EJB 3.0 at Community