Hi, One possibility is to set IgnoreChanges [1] to true. Other possibility is Application A is serving data from QueryCache [1]. Try disabling it explicitly. The third (more drastic) is to call em.clear() before querying in Application A.
[1] http://openjpa.apache.org/builds/latest/docs/manual/manual.html#openjpa.IgnoreChanges [2] http://openjpa.apache.org/builds/latest/docs/manual/manual.html#ref_guide_cache_query Pinaki -- View this message in context: http://n2.nabble.com/Can-not-retrieve-concurrent-updated-data-tp2311276p2311607.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
