The problem seems to be the query cache. I changed my code to get the entity by ID, and it retrieved the updated entity.
getJpaTemplate().find(type, id); Previously I was calling a finder: SELECT tblFndmst from TblFndmst tblFndmst where tblFndmst.fndCde= :fndCde ...and this was returning stale data. Georgi Naplatanov wrote: > > Hello, egoosen. > > Do you can prepare a test case which reproduce this problem ? > > In case you can do this, please open an issue report on Jira. > > I had similar problem, but can not localize the problem and create a > test case. > > Best regards > Georgi > > -- View this message in context: http://n2.nabble.com/Cache-Problem-tp1092833p1094743.html Sent from the OpenJPA Users mailing list archive at Nabble.com.
