Types feed parsing doesn't take folder, policy and relationship types into
account
----------------------------------------------------------------------------------
Key: CMIS-23
URL: https://issues.apache.org/jira/browse/CMIS-23
Project: Chemistry
Issue Type: Bug
Components: atompub
Reporter: Ugo Cei
Priority: Critical
Attachments: patch3.txt, patch4.txt
When parsing the "typeschildren" feed, only the <cmis:documentType> is
considered, but <cmis:folderType>, <cims:policyType> and
<cmis:relationshipType> should be considered as well, otherwise parsing a feed
with any of the above elements will result in an NPE.
The patches provided extend the definition of the CMIS class to include
constant definitions for the above elements and provide a fix for this issue.
A simple test which reads a types feed (generated by Alfresco 3.2) is also
included.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.