[
https://issues.apache.org/jira/browse/CMIS-853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14179771#comment-14179771
]
parag patel edited comment on CMIS-853 at 10/22/14 9:54 AM:
------------------------------------------------------------
I got this URL from rest call "getTypeDescendants" rest call for repository.
In that call I found this link,its given through sharepoint webservice only
<link rel="self" type="application/atom+xml;type=entry" href=
"http://<server>/sites/<sitecoll>/<subsite>/_vti_bin/cmis/rest/9F261A58-1627-4FC1-88C4-C932E59BE7EB?getTypeDefinition&typeId=0x01010078467AA97231C44DAD8156F9C52840CF02004C8C43A1D07F374E90345BE2E47E181B"
/>
was (Author: [email protected]):
I got this URL from rest call "getTypeDescendants" rest call for repository.
> (OPENCmis)
> org.apache.chemistry.opencmis.commons.exceptions.CmisRuntimeException:
> Property 'cmis:isImmutable' doesn't exist!
> ----------------------------------------------------------------------------------------------------------------------------
>
> Key: CMIS-853
> URL: https://issues.apache.org/jira/browse/CMIS-853
> Project: Chemistry
> Issue Type: Bug
> Reporter: parag patel
> Labels: opencmis
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)