<?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: How can i disable the option: Skip Version Increment? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318882#M5883</link>
    <description>&lt;P&gt;For me the same as pibou.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Oct 2012 19:20:15 GMT</pubDate>
    <dc:creator>peter013_</dc:creator>
    <dc:date>2012-10-08T19:20:15Z</dc:date>
    <item>
      <title>How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318875#M5876</link>
      <description>&lt;P&gt;I am trying to make it impossible to skip the version update. So that every time when a document has been modified, it wil create atleast a minor of major version increment...?&lt;/P&gt;</description>
      <pubDate>Sat, 06 Oct 2012 19:08:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318875#M5876</guid>
      <dc:creator>peter013_</dc:creator>
      <dc:date>2012-10-06T19:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318876#M5877</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Here's a typical definition of a contribution to the versioning service that controls available options:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;&amp;lt;extension target="org.nuxeo.ecm.core.versioning.VersioningService" point="versioningRules"&amp;gt;
  &amp;lt;versioningRule typeName="MyDoc"&amp;gt;
    &amp;lt;initialState major="0" minor="0"/&amp;gt;
    &amp;lt;options lifeCycleState="*"&amp;gt;
      &amp;lt;none default="true"/&amp;gt;
      &amp;lt;minor/&amp;gt;
      &amp;lt;major/&amp;gt;
    &amp;lt;/options&amp;gt;
  &amp;lt;/versioningRule&amp;gt;
&amp;lt;/extension&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You can define your own for your document type, and remove the "none" option if you'd like to force version increment.&lt;/P&gt;
&lt;P&gt;This cannot be used in an XML extension in Studio waiting for &lt;A href="https://jira.nuxeo.com/browse/NXS-1259" target="test_blank"&gt;https://jira.nuxeo.com/browse/NXS-1259&lt;/A&gt; issue to be fixed, but as a workaround, you can put this contribution in a another jar and make it require the Studio bundle (to make sure it's deployed afterwards).&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 11:20:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318876#M5877</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2012-10-08T11:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318877#M5878</link>
      <description>&lt;P&gt;Could you please mention the required bundle to use that extension point ? If there are no dependencies, how I can t use it with a custom type ?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 12:14:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318877#M5878</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2012-10-08T12:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318878#M5879</link>
      <description>&lt;P&gt;if you are using studio, you will need no requirement as deployed at the end. If you like produce XML yourself, you can search in explorer.nuxeo.com. You have all contributions of Nuxeo distributions.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 13:53:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318878#M5879</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-10-08T13:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318879#M5880</link>
      <description>&lt;P&gt;First, i would like to thank u for the answer, it looked pretty simple. But when i try it on nuxeo Studio on the document type&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 15:23:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318879#M5880</guid>
      <dc:creator>peter013_</dc:creator>
      <dc:date>2012-10-08T15:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318880#M5881</link>
      <description>&lt;P&gt;Did you have it to Advanced Settings &amp;gt; XML Extensions ?&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 15:45:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318880#M5881</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-10-08T15:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318881#M5882</link>
      <description>&lt;P&gt;I ve tried both ways&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 16:16:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318881#M5882</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2012-10-08T16:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318882#M5883</link>
      <description>&lt;P&gt;For me the same as pibou.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Oct 2012 19:20:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318882#M5883</guid>
      <dc:creator>peter013_</dc:creator>
      <dc:date>2012-10-08T19:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318883#M5884</link>
      <description>&lt;P&gt;hi, i'm updating my answer to reflect the issue you're facing&lt;/P&gt;</description>
      <pubDate>Tue, 09 Oct 2012 23:08:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318883#M5884</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2012-10-09T23:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318884#M5885</link>
      <description>&lt;P&gt;Hi, thnx for your help so far. Ive used your tip for the workaround, so when its fixed, ill see the change in the documents.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2012 08:42:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318884#M5885</guid>
      <dc:creator>peter013_</dc:creator>
      <dc:date>2012-10-10T08:42:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318885#M5886</link>
      <description>&lt;P&gt;Ok for the fix&lt;/P&gt;</description>
      <pubDate>Wed, 10 Oct 2012 11:43:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318885#M5886</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2012-10-10T11:43:53Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318886#M5887</link>
      <description>&lt;P&gt;Uhmm could u specify how u did it?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2012 15:35:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318886#M5887</guid>
      <dc:creator>peter013_</dc:creator>
      <dc:date>2012-10-12T15:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318887#M5888</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 14:23:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318887#M5888</guid>
      <dc:creator>peter013_</dc:creator>
      <dc:date>2012-10-19T14:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318888#M5889</link>
      <description>&lt;P&gt;fix is not online yet, update should be done sometime next week&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 14:31:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318888#M5889</guid>
      <dc:creator>Anahide_Tchertc</dc:creator>
      <dc:date>2012-10-19T14:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318889#M5890</link>
      <description>&lt;P&gt;In the extensions.xml generated in studio, extract the name of the component&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 14:36:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318889#M5890</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2012-10-19T14:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318890#M5891</link>
      <description>&lt;P&gt;Oke im srry but this is very helpfull i only dont know where to put it.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2012 20:08:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318890#M5891</guid>
      <dc:creator>peter013_</dc:creator>
      <dc:date>2012-10-19T20:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318891#M5892</link>
      <description>&lt;P&gt;You can put your contribution in&lt;/P&gt;</description>
      <pubDate>Mon, 22 Oct 2012 07:12:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318891#M5892</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2012-10-22T07:12:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318892#M5893</link>
      <description>&lt;P&gt;after restarting the server i get the message&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2012 11:32:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318892#M5893</guid>
      <dc:creator>peter013_</dc:creator>
      <dc:date>2012-10-26T11:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318893#M5894</link>
      <description>&lt;P&gt;Download the jar, open it, the name of the component can be found in &lt;STRONG&gt;OSGI-INF\extensions.xml&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Oct 2012 15:24:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318893#M5894</guid>
      <dc:creator>pibou_Bouvret</dc:creator>
      <dc:date>2012-10-26T15:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: How can i disable the option: Skip Version Increment?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318894#M5895</link>
      <description>&lt;P&gt;pibou, you are my super hero&lt;/P&gt;</description>
      <pubDate>Sat, 27 Oct 2012 15:45:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-can-i-disable-the-option-skip-version-increment/m-p/318894#M5895</guid>
      <dc:creator>peter013_</dc:creator>
      <dc:date>2012-10-27T15:45:06Z</dc:date>
    </item>
  </channel>
</rss>

