Hi,
I updated an entity along with a related entity the latter via a recursive save.
When I reload the entity and its related entity using prefetch the related entity has the old values even though the data in the database has changed.
Even if I move to a different web page and back the related entity has the orignial values even though the data in the database has changed.
Even if I re-start the application!
The only way that I can get fetchEntity to get the current database values for the prefetched related entity is to re-compile the application.
Definitely one of the stranger things I've ever seen!
Ian.