I minimized the places I get EntityNotFoundException to a single refresh
line.
I just can't figure out what the problem is:

if (!em.contains(entity))
    return;
em.refresh(entity);           ----->  EntityNotFoundException sometimes...

What do I do wrong? How can I tell that the entity is not managed anymore?
-- 
View this message in context: 
http://n2.nabble.com/EntityNotFoundException-in-find%28%29-tp2231065p2428016.html
Sent from the OpenJPA Users mailing list archive at Nabble.com.

Reply via email to