<?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: DB Version check very unhandy for process deployment in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21704#M10295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use Case:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have an activiti installation running. You want to deploy a new application to it, for the moment maybe a demo just downloaded (like the Incident Management Showcase from us: &lt;/SPAN&gt;&lt;A href="http://www.bpm-guide.de/activiti/" rel="nofollow noopener noreferrer"&gt;http://www.bpm-guide.de/activiti/&lt;/A&gt;&lt;SPAN&gt;). Deploying should not depend on the version you have on the server on for god sake the deployment MUST NOT change the database of the server, otherwise the server installation is broken.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise you force all installed apps to have the same version of Activiti used in their Maven/Ant dependencies. This is in the long run unmanageable in my eyes and unnecessary. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sure, REST requires the server, but if I want to deploy on the server, it must be there &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As an alternative it would be handy (as I wrote earlier) to be able to disable the version checking for a configuration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jan 2011 09:37:49 GMT</pubDate>
    <dc:creator>bernd_ruecker</dc:creator>
    <dc:date>2011-01-19T09:37:49Z</dc:date>
    <item>
      <title>DB Version check very unhandy for process deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21700#M10291</link>
      <description>Hey guys.One problem I currently face with our examples, demos, showcases. But they could get a real life problem as well, so I think we should give it some thought (or maybe you did already and I missed it?).When I want to deploy a process via ant, the activiti-engine.jar is used together with a ac</description>
      <pubDate>Tue, 18 Jan 2011 16:32:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21700#M10291</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-18T16:32:59Z</dc:date>
    </item>
    <item>
      <title>Re: DB Version check very unhandy for process deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21701#M10292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you change the schemaUpdate property of the config it should automatically update to the latest version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#databaseUpgrade" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#databaseUpgrade&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In production environments, obviously you want that exception to happen, since you want to put some more love in the upgrade &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 08:09:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21701#M10292</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-01-19T08:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: DB Version check very unhandy for process deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21702#M10293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Joram.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was aware of that, but I just want to deploy with a different jar version of the engine without changing the database. Obviously on my own risk, that the database is still compatible… So that is not possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hmm, then a thought crossed my mind: Maybe the Ant Deployment Task should be able to talk to the REST-Interface, than we don't need any db connection and just rely on the documented REST API. What do you think?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Bernd&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 08:22:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21702#M10293</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-19T08:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: DB Version check very unhandy for process deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21703#M10294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I just want to deploy with a different jar version of the engine without changing the database.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't see the use case of it. When would you require such behavior? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Even if you are deploying with ant, you can easily set the auto update to true, no?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And calling the REST api throigh ant would require to have a server running, which is not always the case.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 08:51:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21703#M10294</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-01-19T08:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: DB Version check very unhandy for process deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21704#M10295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use Case:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You have an activiti installation running. You want to deploy a new application to it, for the moment maybe a demo just downloaded (like the Incident Management Showcase from us: &lt;/SPAN&gt;&lt;A href="http://www.bpm-guide.de/activiti/" rel="nofollow noopener noreferrer"&gt;http://www.bpm-guide.de/activiti/&lt;/A&gt;&lt;SPAN&gt;). Deploying should not depend on the version you have on the server on for god sake the deployment MUST NOT change the database of the server, otherwise the server installation is broken.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise you force all installed apps to have the same version of Activiti used in their Maven/Ant dependencies. This is in the long run unmanageable in my eyes and unnecessary. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sure, REST requires the server, but if I want to deploy on the server, it must be there &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As an alternative it would be handy (as I wrote earlier) to be able to disable the version checking for a configuration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jan 2011 09:37:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21704#M10295</guid>
      <dc:creator>bernd_ruecker</dc:creator>
      <dc:date>2011-01-19T09:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: DB Version check very unhandy for process deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21705#M10296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think removing the DB version check is asking for trouble.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, if you really want it, you could add a &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;&amp;nbsp; public static final String DB_SCHEMA_UPDATE_UNCHECKED = "unchecked";&lt;BR /&gt;&lt;/CODE&gt;&lt;SPAN&gt;in ProcessEngineConfigurationImpl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you add it, make sure you don't expose this as a public feature.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jan 2011 09:42:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/db-version-check-very-unhandy-for-process-deployment/m-p/21705#M10296</guid>
      <dc:creator>tombaeyens</dc:creator>
      <dc:date>2011-01-20T09:42:14Z</dc:date>
    </item>
  </channel>
</rss>

