<?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: Version Service and metadata history in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282653#M235783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Axel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been studying this for a &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://angelborroy.wordpress.com/2013/08/29/alfresco-·-metadata-versioning-analysis/" rel="nofollow noopener noreferrer"&gt;http://angelborroy.wordpress.com/2013/08/29/alfresco-·-metadata-versioning-analysis/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;while&amp;lt;/a&amp;gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using autoVersionOnUpdateProps (e.g. setting the property programmatically) would be an option, but users may be confused about all the intermediate version numbers generated automatically. On the other hand, using default version behavior, will produce incoherent assignments on properties (back to my example: why version 1.0 has "Description" value on "cm:description" property?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've raised an &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-19860" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-19860&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Issue&amp;lt;/a&amp;gt; and it has been accepted and categorized as Critical.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll await for a reply before taking one or the other decision. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Aug 2013 15:20:06 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2013-08-29T15:20:06Z</dc:date>
    <item>
      <title>Version Service and metadata history</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282651#M235781</link>
      <description>In order to explain our problem, below some previous steps using Alfresco Share are described.1. Upload new document 2. Change "description" property to "Description"3. Upload new version (1.1)4. Change "description" property to "Another Description"5. Upload new version (1.2)We've observed that ver</description>
      <pubDate>Thu, 29 Aug 2013 08:55:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282651#M235781</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2013-08-29T08:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Version Service and metadata history</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282652#M235782</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;this is the correct behaviour if you simply use the "Upload New Version" feature. In this scenario the version changes only if the content of the document changes and only the metadata that is currently attached to the document will be put in the version history. So if you change a property on the current document, it will only show up in the version history after the next "Upload New Version".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The behavior is different, when you manually apply the "Versionable" aspect before doing anything else. In this configuration, every update of a metadata properties triggers a new minor version and as a result each change of metadata will be visible in the version history.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This behavior is controlled by a boolean property on the "Versionable" aspect (cm:autoVersionOnUpdateProps), which is true if you apply the aspect manually and false if it is automatically applied by "Upload New Version".&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>Thu, 29 Aug 2013 14:36:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282652#M235782</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2013-08-29T14:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Version Service and metadata history</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282653#M235783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Axel.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've been studying this for a &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://angelborroy.wordpress.com/2013/08/29/alfresco-·-metadata-versioning-analysis/" rel="nofollow noopener noreferrer"&gt;http://angelborroy.wordpress.com/2013/08/29/alfresco-·-metadata-versioning-analysis/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;while&amp;lt;/a&amp;gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using autoVersionOnUpdateProps (e.g. setting the property programmatically) would be an option, but users may be confused about all the intermediate version numbers generated automatically. On the other hand, using default version behavior, will produce incoherent assignments on properties (back to my example: why version 1.0 has "Description" value on "cm:description" property?).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've raised an &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://issues.alfresco.com/jira/browse/ALF-19860" rel="nofollow noopener noreferrer"&gt;https://issues.alfresco.com/jira/browse/ALF-19860&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;Issue&amp;lt;/a&amp;gt; and it has been accepted and categorized as Critical.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll await for a reply before taking one or the other decision. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Aug 2013 15:20:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282653#M235783</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2013-08-29T15:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: Version Service and metadata history</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282654#M235784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The issue is not a bug.&amp;nbsp; You can provide your own implementation for the behaviour, similar to &amp;lt;strong&amp;gt;org.alfresco.repo.version.VersionableAspect&amp;lt;/strong&amp;gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Sep 2013 15:32:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282654#M235784</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2013-09-01T15:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Version Service and metadata history</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282655#M235785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I realize it's been a while since you asked, but how did you solve this problem ? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 01:45:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282655#M235785</guid>
      <dc:creator>hugo_rangel</dc:creator>
      <dc:date>2014-08-19T01:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Version Service and metadata history</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282656#M235786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We're creating a first version automatically on update. So, properties are tracked properly for our use case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Sep 2014 14:03:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/version-service-and-metadata-history/m-p/282656#M235786</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2014-09-15T14:03:05Z</dc:date>
    </item>
  </channel>
</rss>

