Problem with Relationship deletion
----------------------------------

                 Key: CMIS-383
                 URL: https://issues.apache.org/jira/browse/CMIS-383
             Project: Chemistry
          Issue Type: Bug
          Components: opencmis-client, opencmis-client-bindings
    Affects Versions: OpenCMIS 0.3.0
            Reporter: Michael Trezzi
            Priority: Critical


Using Alfresco 3.4.0d as backend and AtomPub bindings of 0.3.0 client. 
Deleteing a relationship using relationship.delete(true) causes a Conflict 
response from Alfresco. This is due to OpenCmis calling first "GET" 
/alfresco/service/cmis/arg/n?noderef=assoc%3A115&filter=&includeAllowableActions=&includePolicyIds=&includeRelationships=&includeACL=&renditionFilter
 Basically OpenCmis is trying to retrieve a relationship as node, whereas 
Alfresco uses the following url to get relationship 
/alfresco/service/cmis/rel/assoc:115 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to