<?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 CMIS Duplicates after folder creation in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-duplicates-after-folder-creation/m-p/313030#M31</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i'm creating a folder with cmis&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Map&amp;lt;String, Object&amp;gt; properties = new HashMap&amp;lt;String, Object&amp;gt;(); properties.put(PropertyIds.OBJECT_TYPE_ID, "cmis:folder"); 
properties.put(PropertyIds.NAME, "test_name"); 
session.getRootFolder().createFolder(properties);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;if i run the query&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;select * from cmis:folder
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;two results appears for test_name, one of them has null value for the cmis:parentId and nuxeo:parentId properties.
if i create the folder from the web user interface this problem doesn't appear&lt;/P&gt;
&lt;P&gt;any tip ??&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2013 15:41:25 GMT</pubDate>
    <dc:creator>isthari_</dc:creator>
    <dc:date>2013-05-13T15:41:25Z</dc:date>
    <item>
      <title>CMIS Duplicates after folder creation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-duplicates-after-folder-creation/m-p/313030#M31</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i'm creating a folder with cmis&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Map&amp;lt;String, Object&amp;gt; properties = new HashMap&amp;lt;String, Object&amp;gt;(); properties.put(PropertyIds.OBJECT_TYPE_ID, "cmis:folder"); 
properties.put(PropertyIds.NAME, "test_name"); 
session.getRootFolder().createFolder(properties);
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;if i run the query&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;select * from cmis:folder
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;two results appears for test_name, one of them has null value for the cmis:parentId and nuxeo:parentId properties.
if i create the folder from the web user interface this problem doesn't appear&lt;/P&gt;
&lt;P&gt;any tip ??&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2013 15:41:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-duplicates-after-folder-creation/m-p/313030#M31</guid>
      <dc:creator>isthari_</dc:creator>
      <dc:date>2013-05-13T15:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: CMIS Duplicates after folder creation</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/cmis-duplicates-after-folder-creation/m-p/313031#M32</link>
      <description>&lt;P&gt;I don't see what could happen. Do you have a unit test to reproduce this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2013 19:19:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/cmis-duplicates-after-folder-creation/m-p/313031#M32</guid>
      <dc:creator>Florent_Guillau</dc:creator>
      <dc:date>2013-05-13T19:19:05Z</dc:date>
    </item>
  </channel>
</rss>

