I am noticing that even if a file in the repository has changed, session.getObject() returns the old metadata (e.g. lastModifiedBy and lastModificationDate). I am assuming this is because the information is cached in the OpenCMIS session. What's the best way to refresh this information? I am currently clearing the entire session by calling Session.clear().
Thanks. Naresh
