I\'ve got a DAO that I used to load and save my domain objects using JPA. I finally managed to get the transaction stuff working, now I\'ve got another issue.
In my
Get the instance by using em.getReference() instead of em.find().
em.getReference()
em.find()
For instance, try:
em.remove(em.getReference(INTFC.class, id));