[
https://issues.apache.org/jira/browse/CMIS-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Philippe Van Der Gucht resolved CMIS-821.
-----------------------------------------
Resolution: Fixed
Fix Version/s: OpenCMIS 0.11.0
We were running the Documentum CMIS implementation deliverd with the Content
Server v6.7SP2 and replaced it with the CMIS from v7.2 (the interface says 7.0
Release) wich resolves this issue.
> Multifiling works now and then when concurrent
> ----------------------------------------------
>
> Key: CMIS-821
> URL: https://issues.apache.org/jira/browse/CMIS-821
> Project: Chemistry
> Issue Type: Bug
> Components: opencmis-client
> Affects Versions: OpenCMIS 0.11.0
> Reporter: Philippe Van Der Gucht
> Fix For: OpenCMIS 0.11.0
>
>
> My integration testcase works perfectly when running standalone but I'm have
> trouble when running 3 instances of it at the same time.
> I use multifiling to store a document under 2 folders like this.
> {code}
> Folder folder = (Folder) cmisSession.getObject(folder1ObjectId);
> Document document = folder.createDocument(properties, contentStream,
> VersioningState.NONE);
> document.addToFolder(cmisSession.createObjectId(folder2ObjectId), true);
> {code}
> Yet when I do a query and use getParents() on the resulting document I
> sometimes only get folder1.
--
This message was sent by Atlassian JIRA
(v6.2#6252)