Uploaded image for project: 'Chemistry (Retired)'
  1. Chemistry (Retired)
  2. CMIS-190

Atom title missing within createrelationship.atomentry.xml

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.1.0-incubating
    • tck
    • None
    • TCK RelationshipsTest.testCreateRelationship() line: 112,
      xCMIS

    Description

      Yours request:

      <?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 from SPEC:

      <?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>
      

      Attachments

        Issue Links

          Activity

            People

              dcaruana David Caruana
              exoman Alexey Zavizionov
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: