<?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: Activiti Engine Deployment in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-deployment/m-p/181221#M134351</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If they are truly pointing to the same database, you should see the process definitions both in the unit test and in Explorer. There is no magic going on there. Did you check the H2 contents of the database with the H2 web viewer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Mar 2015 12:34:34 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2015-03-10T12:34:34Z</dc:date>
    <item>
      <title>Activiti Engine Deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-deployment/m-p/181217#M134347</link>
      <description>Hi,I am new to Activiti and do not understand the concept clearly. My question is when we call from a JUnit test:repositoryService.createDeployment().addInputStream("simpleProcess.bpmn20.xml",&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;new FileInputStream(filename)).deploy();what happens? - the process is being persisted in the re</description>
      <pubDate>Mon, 12 Jan 2015 13:03:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-deployment/m-p/181217#M134347</guid>
      <dc:creator>dimitarkostakev</dc:creator>
      <dc:date>2015-01-12T13:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Engine Deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-deployment/m-p/181218#M134348</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;They are not using the same H2 DB instance. You can configure it to use the same but I do not see any reason to do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Martin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 14:12:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-deployment/m-p/181218#M134348</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2015-01-12T14:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Engine Deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-deployment/m-p/181219#M134349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please explain with more details why they are not using the same DB since the configuration is pointing to localhost&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i.e. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; property name="databaseType" value="h2" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; property name="jdbcUrl" value="jdbc:h2:tcp://localhost/activiti" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; property name="jdbcDriver" value="org.h2.Driver" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; property name="jdbcUsername" value="sa" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; property name="jdbcPassword" value="" &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; property name="databaseSchemaUpdate" value="true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://localhost:8080/activiti-explorer/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/activiti-explorer/&lt;/A&gt;&lt;SPAN&gt; is configured to use the same DB instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason I am asking is because I want to create a process from the Activiti Designer and deploy it in a repository and when I connect from the web modeller to be able to open the same process without the need to import it since they use the same DB instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please give more information how to do that if supported.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 14:36:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-deployment/m-p/181219#M134349</guid>
      <dc:creator>dimitarkostakev</dc:creator>
      <dc:date>2015-01-12T14:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Engine Deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-deployment/m-p/181220#M134350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you have your process xml in your process engine config?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That would explain the duplicates, unless 'enableDuplicateFiltering' is set to true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It compares the strings of the xml as-is.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Mar 2015 10:03:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-deployment/m-p/181220#M134350</guid>
      <dc:creator>redgee34</dc:creator>
      <dc:date>2015-03-07T10:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti Engine Deployment</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-deployment/m-p/181221#M134351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If they are truly pointing to the same database, you should see the process definitions both in the unit test and in Explorer. There is no magic going on there. Did you check the H2 contents of the database with the H2 web viewer?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Mar 2015 12:34:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-engine-deployment/m-p/181221#M134351</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-03-10T12:34:34Z</dc:date>
    </item>
  </channel>
</rss>

