<?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: Issue on Programmatic Versioning of manually uploaded file in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250742#M203872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Just to be sure: You're saying that the there should be a version available from before 1.0?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's right. The very first is a manual upload, there is no Versioning aspect in the file. The web service call puts a 1.0 as version when it should be 2.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Nov 2010 13:33:17 GMT</pubDate>
    <dc:creator>junieboy</dc:creator>
    <dc:date>2010-11-10T13:33:17Z</dc:date>
    <item>
      <title>Issue on Programmatic Versioning of manually uploaded file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250740#M203870</link>
      <description>Hi,Here's the scenario: A file exists in the folder. This file was manually uploaded. Now using the Authoring Service API via web service I check out the file, update and check-in. The version increments to 1.0 and modified by are correctly updated but the previous version does not show up in the pr</description>
      <pubDate>Sat, 06 Nov 2010 17:30:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250740#M203870</guid>
      <dc:creator>junieboy</dc:creator>
      <dc:date>2010-11-06T17:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Programmatic Versioning of manually uploaded file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250741#M203871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just to be sure: You're saying that the there should be a version available from before 1.0?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 18:45:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250741#M203871</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2010-11-08T18:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Programmatic Versioning of manually uploaded file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250742#M203872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Just to be sure: You're saying that the there should be a version available from before 1.0?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That's right. The very first is a manual upload, there is no Versioning aspect in the file. The web service call puts a 1.0 as version when it should be 2.0.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Nov 2010 13:33:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250742#M203872</guid>
      <dc:creator>junieboy</dc:creator>
      <dc:date>2010-11-10T13:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Programmatic Versioning of manually uploaded file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250743#M203873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You would have to programmatically register behaviour against the document type to control the version numbering: &lt;/SPAN&gt;&lt;STRONG&gt;VersionServicePolicies.OnCreateVersionPolicy&lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 10:39:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250743#M203873</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2010-11-11T10:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Programmatic Versioning of manually uploaded file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250744#M203874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You would have to programmatically register behaviour against the document type to control the version numbering: &lt;STRONG&gt;VersionServicePolicies.OnCreateVersionPolicy&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Derek,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response. I'm using the external web services API though. Not sure if it's possible to incorporate this other api with org.alfresco.repo.version package. Appreciate if you could further expand. Is this part of the external web service api i.e. org.alfresco.webservice&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Nov 2010 09:26:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250744#M203874</guid>
      <dc:creator>junieboy</dc:creator>
      <dc:date>2010-11-13T09:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Programmatic Versioning of manually uploaded file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250745#M203875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I mean is that you would have to add some code to the server to change the version number policy i.e. write some java code as an AMP.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Nov 2010 10:34:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250745#M203875</guid>
      <dc:creator>derek</dc:creator>
      <dc:date>2010-11-15T10:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue on Programmatic Versioning of manually uploaded file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250746#M203876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What I mean is that you would have to add some code to the server to change the version number policy i.e. write some java code as an AMP.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Derek. Meaning, this should work hand-in-hand with the web services api.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 13:58:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/issue-on-programmatic-versioning-of-manually-uploaded-file/m-p/250746#M203876</guid>
      <dc:creator>junieboy</dc:creator>
      <dc:date>2010-11-17T13:58:46Z</dc:date>
    </item>
  </channel>
</rss>

