posted 14 years ago
Hi All,
I am using JPA on JSE.
I've added two records in the table, updated both records collectively,
and then retrieved both records to check they've been updated.
I've tried debugging, and the database is updated after the commit,
but the select doesn't return the newer versions.
If I get a new entity manager and use it to query, it passes.
Is there an explanation for this behavior
and is there a fix or a workaround without getting a new entity manager?
Thanks