Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-821

Multifiling works now and then when concurrent

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • OpenCMIS 0.11.0
    • OpenCMIS 0.11.0
    • opencmis-client
    • None

    Description

      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.

      Folder folder = (Folder) cmisSession.getObject(folder1ObjectId);
      Document  document = folder.createDocument(properties, contentStream, VersioningState.NONE);
      document.addToFolder(cmisSession.createObjectId(folder2ObjectId), true);
      

      Yet when I do a query and use getParents() on the resulting document I sometimes only get folder1.

      Attachments

        Activity

          People

            Unassigned Unassigned
            geek Philippe Van Der Gucht
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: