Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Not A Bug
-
None
-
None
-
None
Description
I am using OpenCMIS to get files/folders from sharepoint library.
- SharePoint 2010
-OpenCMIS library version : 0.9.0
I am getting one exception cmisRunTimeException :"Property cmis:isImmutable does not exist"
in while (iterator.hasNext()) {
-If I set
operationContext.setFilterString("cmis:name");
operationContext.setOrderBy("cmis:name");
its working , but I am not able to fetch other properties then.
and If I set all folder properties as filter string , its giving "Bad request" error while getting folder children.