You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "Gavin Cornwell (JIRA)" <ji...@apache.org> on 2014/08/01 17:40:38 UTC

[jira] [Resolved] (CMIS-827) The baseTypeId property is set to "unknown" when retrieving an aspect definition from Alfresco

     [ https://issues.apache.org/jira/browse/CMIS-827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin Cornwell resolved CMIS-827.
---------------------------------

    Resolution: Fixed

Fixed in revision 1615144.

> The baseTypeId property is set to "unknown" when retrieving an aspect definition from Alfresco
> ----------------------------------------------------------------------------------------------
>
>                 Key: CMIS-827
>                 URL: https://issues.apache.org/jira/browse/CMIS-827
>             Project: Chemistry
>          Issue Type: Bug
>          Components: objectivecmis
>    Affects Versions: ObjectiveCMIS 0.4
>            Reporter: Gavin Cornwell
>            Assignee: Gavin Cornwell
>             Fix For: ObjectiveCMIS 0.5
>
>
> When requesting a definition for an aspect in an Alfresco server, for example with the URL: <host>/alfresco/api/-default-/public/cmis/versions/1.0/atom/type?id=P:exif:exif
> The response (see below) returns the baseId as cmis:policy, yet the "baseTypeId" property on CMISTypeDefinition is set to "CMISBaseTypeUnknown".
> {noformat}
> <cmisra:type 
>         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="cmis:cmisTypePolicyDefinitionType">
>         <cmis:id>P:exif:exif</cmis:id>
>         <cmis:localName>exif</cmis:localName>
>         <cmis:localNamespace>http://www.alfresco.org/model/exif/1.0</cmis:localNamespace>
>         <cmis:displayName>EXIF</cmis:displayName>
>         <cmis:queryName>exif:exif</cmis:queryName>
>         <cmis:description>Subset of the standard EXIF metadata</cmis:description>
>         <cmis:baseId>cmis:policy</cmis:baseId>
>         <cmis:parentId>P:cmisext:aspects</cmis:parentId>
>         <cmis:creatable>false</cmis:creatable>
>         ....
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)