<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: (7.10) (CMIS Atompub) cmis:description updateability ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/7-10-cmis-atompub-cmis-description-updateability/m-p/318247#M5248</link>
    <description>&lt;P&gt;Thanks for the report, &lt;A href="https://jira.nuxeo.com/browse/NXP-18908"&gt;NXP-18908&lt;/A&gt; was opened to track this. Note that a workaround is to use &lt;CODE&gt;dc:description&lt;/CODE&gt;.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2016 10:24:54 GMT</pubDate>
    <dc:creator>Florent_Guillau</dc:creator>
    <dc:date>2016-02-01T10:24:54Z</dc:date>
    <item>
      <title>(7.10) (CMIS Atompub) cmis:description updateability ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/7-10-cmis-atompub-cmis-description-updateability/m-p/318246#M5247</link>
      <description>&lt;P&gt;Hi,
'cmis:description' property is defined as read-write but it's unsettable. Is it intended behavior  ?&lt;/P&gt;
&lt;P&gt;I added the following to nuxeo-opencmis-test   and got a cmisconstraintexception with message "read only property description "
@Test
public void SettingCmisDescription () {
assertEquals(BindingType.ATOMPUB,session.getBinding().getBindingType());
Folder folder = FileUtils.getFolder("/testfolder1",session);
ObjectType noteType = session.getTypeDefinition("Note");
assertEquals
(
Updatability.READWRITE,
noteType.getPropertyDefinitions().get("cmis:description").getUpdatability()
);&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;	//properties of new document
	Map&amp;lt;String, Object&amp;gt; props = new HashMap&amp;lt;String, Object&amp;gt;();
	//create a Note called test2
	props.put("cmis:objectTypeId", "Note");
	props.put("cmis:name", "test2");
	props.put("cmis:description", "Note description");
	Document doc = folder.createDocument(props, null, VersioningState.MAJOR);
	FileUtils.printProperties(doc);
	assertNotNull(doc.getSecondaryTypes());
}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 01 Feb 2016 09:37:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/7-10-cmis-atompub-cmis-description-updateability/m-p/318246#M5247</guid>
      <dc:creator>J_-M_K_</dc:creator>
      <dc:date>2016-02-01T09:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: (7.10) (CMIS Atompub) cmis:description updateability ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/7-10-cmis-atompub-cmis-description-updateability/m-p/318247#M5248</link>
      <description>&lt;P&gt;Thanks for the report, &lt;A href="https://jira.nuxeo.com/browse/NXP-18908"&gt;NXP-18908&lt;/A&gt; was opened to track this. Note that a workaround is to use &lt;CODE&gt;dc:description&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:24:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/7-10-cmis-atompub-cmis-description-updateability/m-p/318247#M5248</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2016-02-01T10:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: (7.10) (CMIS Atompub) cmis:description updateability ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/7-10-cmis-atompub-cmis-description-updateability/m-p/318248#M5249</link>
      <description>&lt;P&gt;Florent,
Thanks for the quick answer and for &lt;A href="https://jira.nuxeo.com/browse/NXP-18908"&gt;NXP-18908&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 10:34:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/7-10-cmis-atompub-cmis-description-updateability/m-p/318248#M5249</guid>
      <dc:creator>J_-M_K_</dc:creator>
      <dc:date>2016-02-01T10:34:49Z</dc:date>
    </item>
  </channel>
</rss>

