You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chemistry.apache.org by "David Caruana (JIRA)" <ji...@apache.org> on 2010/06/15 12:47:23 UTC

[jira] Resolved: (CMIS-190) Atom title missing within createrelationship.atomentry.xml

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

David Caruana resolved CMIS-190.
--------------------------------

    Resolution: Fixed

> Atom title missing within createrelationship.atomentry.xml
> ----------------------------------------------------------
>
>                 Key: CMIS-190
>                 URL: https://issues.apache.org/jira/browse/CMIS-190
>             Project: Chemistry
>          Issue Type: Bug
>          Components: tck
>         Environment: TCK RelationshipsTest.testCreateRelationship() line: 112,
> xCMIS
>            Reporter: Alexey Zavizionov
>            Assignee: David Caruana
>             Fix For: opencmis-0.1.0-incubating
>
>
> Yours request:
> {code}
> <?xml version="1.0" encoding="utf-8"?>
> <entry xmlns="http://www.w3.org/2005/Atom" xmlns:cmisra="http://docs.oasis-open.org/ns/cmis/restatom/200908/"
>    xmlns:cmis="http://docs.oasis-open.org/ns/cmis/core/200908/">
>    <cmisra:object>
>       <cmis:properties>
>          <cmis:propertyId propertyDefinitionId="cmis:objectTypeId">
>             <cmis:value>cmis:relationship</cmis:value>
>          </cmis:propertyId>
>          <cmis:propertyId propertyDefinitionId="cmis:sourceId">
>             <cmis:value>01df31087f0001010bdc22ad8e50331e</cmis:value>
>          </cmis:propertyId>
>          <cmis:propertyId propertyDefinitionId="cmis:targetId">
>             <cmis:value>01df34cd7f00010111f7ef62565436e7</cmis:value>
>          </cmis:propertyId>
>       </cmis:properties>
>    </cmisra:object>
> </entry>
> {code}
> Code from SPEC:
> {code}
> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
> <atom:entry xmlns:app="http://www.w3.org/2007/app"
> xmlns:atom="http://www.w3.org/2005/Atom" xmlns:cmis="http://docs.oasis-
> open.org/ns/cmis/core/200908/" xmlns:cmism="http://docs.oasis-
> open.org/ns/cmis/messaging/200908/" xmlns:cmisra="http://docs.oasis-
> open.org/ns/cmis/restatom/200908/">
>     <atom:author>
>         <atom:name>Al Brown</atom:name>
>     </atom:author>
>     <atom:content src="http://cmisexample.oasis-open.org/rep1/dab97641-8c94-
> 4a12-a604-7532980f05cb"/>
>     <atom:id>urn:uuid:dab97641-8c94-4a12-a604-7532980f05cb</atom:id>
>     <atom:title type="text">New Relationship</atom:title>
>     <atom:updated>2010-01-25T10:20:58.864-08:00</atom:updated>
>     <cmisra:object>
>         <cmis:properties>
>             <cmis:propertyId localName="rep-cmis:objectTypeId"
> propertyDefinitionId="cmis:objectTypeId">
>                 <cmis:value>customerRelationships</cmis:value>
>             </cmis:propertyId>
>             <cmis:propertyId localName="rep-cmis:sourceId"
> propertyDefinitionId="cmis:sourceId">
>                 <cmis:value>dbf0316c-47b5-47c9-a2fa-f005eb93f0a4</cmis:value>
>             </cmis:propertyId>
>             <cmis:propertyId localName="rep-cmis:targetId"
> propertyDefinitionId="cmis:targetId">
>                 <cmis:value>b9baac7d-7584-445e-bcd1-29af9b25bf2f</cmis:value>
>             </cmis:propertyId>
>         </cmis:properties>
>     </cmisra:object>
> </atom:entry>
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.