You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Florian Müller (JIRA)" <ji...@apache.org> on 2010/10/18 16:11:23 UTC

[jira] Created: (CMIS-260) getObjectByPath() returns the wrong object if the object has been deleted and recreated

getObjectByPath() returns the wrong object if the object has been deleted and recreated
---------------------------------------------------------------------------------------

                 Key: CMIS-260
                 URL: https://issues.apache.org/jira/browse/CMIS-260
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-client
    Affects Versions: 0.2.0-incubating
            Reporter: Florian Müller


When an object is loaded through getObjectByPath() the cache stores a correlation between the object id and the object path. If the object is deleted and recreated with the same name and path, this correlation is out-of-date. The path is the same but the object id is different.

There is currently no way to detect and correct that other than clearing the whole cache, which should be avoided. 


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.