<?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 Copying entire node tree with CMLCopy in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150594#M105449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I got a serious problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a space template which I keep in the 'Company home/Dictionary/Space templates' directory and it has a tree structure, so there is one root node (space), it contains a couple of other nodes and so on. When I copy the root node using the CMLCopy class weird things happen. It seems to have created a new node like the template root in the specified location with a new uuid, but the child nodes seem to be just links instead of new nodes (they seem to keep their old ids form the template). Why do I think that? Beacuse when I add content to the child nodes in my space template it also magically appears in the nodes that were copied and the other way around - add content to new location, it appears in the template. Does anyone know what the deal is? Does CMLCopy allow the copying of ONLY one node and then if the node has any children it just creates links to them instead of actual copies? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would appreciate any form of help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jul 2008 13:41:40 GMT</pubDate>
    <dc:creator>maggot84</dc:creator>
    <dc:date>2008-07-03T13:41:40Z</dc:date>
    <item>
      <title>Copying entire node tree with CMLCopy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150594#M105449</link>
      <description>Hi, I got a serious problem.I have a space template which I keep in the 'Company home/Dictionary/Space templates' directory and it has a tree structure, so there is one root node (space), it contains a couple of other nodes and so on. When I copy the root node using the CMLCopy class weird things ha</description>
      <pubDate>Thu, 03 Jul 2008 13:41:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150594#M105449</guid>
      <dc:creator>maggot84</dc:creator>
      <dc:date>2008-07-03T13:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Copying entire node tree with CMLCopy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150595#M105450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Does anyone knows how to do it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can we copy entire node?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 15:10:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150595#M105450</guid>
      <dc:creator>aubertinp</dc:creator>
      <dc:date>2009-03-24T15:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: Copying entire node tree with CMLCopy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150596#M105451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you successfully use the CMLCopy class? I have a type mismatch while passing a ParentReference object to its "setTo(ParentReference)" method….so i cant initialize it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I dont have problems with CMLCreate or CMLDelete though.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 10:11:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150596#M105451</guid>
      <dc:creator>sisao</dc:creator>
      <dc:date>2009-03-25T10:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Copying entire node tree with CMLCopy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150597#M105452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;there was a type mismatch using org.alfresco.repo.webservices.types.*&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 11:44:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150597#M105452</guid>
      <dc:creator>sisao</dc:creator>
      <dc:date>2009-03-25T11:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Copying entire node tree with CMLCopy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150598#M105453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nobody wants to give a simple function to copy a entire node?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alright, I well do it…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Mar 2009 16:11:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150598#M105453</guid>
      <dc:creator>aubertinp</dc:creator>
      <dc:date>2009-03-26T16:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: Copying entire node tree with CMLCopy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150599#M105454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an exactly same problem… copying template creates just some kind of "refrences" not copies… did anybody found a solution?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 07:12:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150599#M105454</guid>
      <dc:creator>salmon</dc:creator>
      <dc:date>2009-05-27T07:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Copying entire node tree with CMLCopy</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150600#M105455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;check:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALFCOM-2900" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALFCOM-2900&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2009 06:38:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/copying-entire-node-tree-with-cmlcopy/m-p/150600#M105455</guid>
      <dc:creator>salmon</dc:creator>
      <dc:date>2009-05-28T06:38:23Z</dc:date>
    </item>
  </channel>
</rss>

