hi the find method does not return the latest version of an object. somewhere in my code I find an object, change it, merge it and commit my changes. In the database the changes are made but in another function I find this object and my changes are not there. I've checked race-conditions with the result that there are no race-conditions. I've checked if there are duplicates of this object or different ids but that works fine.
Does anyone have an idea?
db: mysql persistence: eclipselink