You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Laurent Mignon (JIRA)" <ji...@apache.org> on 2016/03/18 17:25:33 UTC

[jira] [Created] (CMIS-971) Error when calling createFolder with properties parameter

Laurent Mignon created CMIS-971:
-----------------------------------

             Summary: Error when calling createFolder with properties parameter
                 Key: CMIS-971
                 URL: https://issues.apache.org/jira/browse/CMIS-971
             Project: Chemistry
          Issue Type: Bug
          Components: python-cmislib
    Affects Versions: cmislib 0.5.1
         Environment: Linux, python 2.7.x, Alfresco 4.0.x
            Reporter: Laurent Mignon
            Assignee: Jeff Potts


When setting adding an empty string for a multiple valued property, the we got IndexError error because Alfresco returns <value /> and cmislib does valnode.children[0] in both, cmislib and cmislibalf, during xmlDoc parsing.

Adding a try ... except: IndexError: pass resolves the problem.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)