<?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: Versions not handled by the contentStore selector ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/versions-not-handled-by-the-contentstore-selector/m-p/308556#M261686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I implemented an action executor which deactivates versionnable and auditable aspects. When trying to add the cm:contentSelector aspect to a frozen noderef, the system tells me :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;2014-10-31 14:36:21,581&amp;nbsp; WARN&amp;nbsp; [com.foo.action.ArchiveNodeActionExecuter] [http-80-12] Impossible d'archiver la version : This operation is not supported by a version store implementation of the node service.&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So we have to stick with the fact that old versions (potentially many) cannot be moved to a custom storeSelector, which is a disapointing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 13:48:42 GMT</pubDate>
    <dc:creator>jservajean</dc:creator>
    <dc:date>2014-10-31T13:48:42Z</dc:date>
    <item>
      <title>Versions not handled by the contentStore selector ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/versions-not-handled-by-the-contentstore-selector/m-p/308553#M261683</link>
      <description>Hi all,I have set a new store in order to stream some selected content to a specfic hard drive, by means of the contentStoreSelector.Using the "cm:storeSelector" aspect and "cm:storeName" works really fine for the main document (content is moved to the new drive), but all the older versions of the d</description>
      <pubDate>Mon, 20 Oct 2014 07:09:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/versions-not-handled-by-the-contentstore-selector/m-p/308553#M261683</guid>
      <dc:creator>jservajean</dc:creator>
      <dc:date>2014-10-20T07:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Versions not handled by the contentStore selector ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/versions-not-handled-by-the-contentstore-selector/m-p/308554#M261684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the store selector aspect only works on those nodes that have the aspect applied. Every version is a "frozen" node with the metadata/aspects the document had at the point the version was created. If you add the aspect to the document later on, the existing versions will not be modified and thus not have their content moved to the alternative store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I currently see no way using pure configuration / tweaking to get your requirement to work. But I can think of an implementation option: code a behaviour logic that modifies the "frozen" version nodes (in violation of their "frozen" state) and applies the selector aspect to them as well whenn applied to the actual document. A potential problem here might be that some internals handling the versioning may get in your way and enforce the "frozen" logic for the content move (i.e. throw an exception) even if you can get the aspect applied.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 08:20:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/versions-not-handled-by-the-contentstore-selector/m-p/308554#M261684</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2014-10-20T08:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Versions not handled by the contentStore selector ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/versions-not-handled-by-the-contentstore-selector/m-p/308555#M261685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, Alex, I'll try to update the frozen nodes using the java apis, as the javascript apis won't let me interact with the versionned nodes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll keep you updated if you want.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 11:34:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/versions-not-handled-by-the-contentstore-selector/m-p/308555#M261685</guid>
      <dc:creator>jservajean</dc:creator>
      <dc:date>2014-10-27T11:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Versions not handled by the contentStore selector ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/versions-not-handled-by-the-contentstore-selector/m-p/308556#M261686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I implemented an action executor which deactivates versionnable and auditable aspects. When trying to add the cm:contentSelector aspect to a frozen noderef, the system tells me :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;2014-10-31 14:36:21,581&amp;nbsp; WARN&amp;nbsp; [com.foo.action.ArchiveNodeActionExecuter] [http-80-12] Impossible d'archiver la version : This operation is not supported by a version store implementation of the node service.&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So we have to stick with the fact that old versions (potentially many) cannot be moved to a custom storeSelector, which is a disapointing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 13:48:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/versions-not-handled-by-the-contentstore-selector/m-p/308556#M261686</guid>
      <dc:creator>jservajean</dc:creator>
      <dc:date>2014-10-31T13:48:42Z</dc:date>
    </item>
  </channel>
</rss>

