<?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: Exception when multiple activiti engines up and running in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/exception-when-multiple-activiti-engines-up-and-running/m-p/117571#M83036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;could you provide the details of how to configure the engines with different names, may be I will try that approach and will check if that works or not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jun 2013 12:54:54 GMT</pubDate>
    <dc:creator>ganeshr</dc:creator>
    <dc:date>2013-06-21T12:54:54Z</dc:date>
    <item>
      <title>Exception when multiple activiti engines up and running</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-when-multiple-activiti-engines-up-and-running/m-p/117569#M83034</link>
      <description>Hi,&amp;nbsp; I'm facing an issue when one of&amp;nbsp; my process contains timer boundary events. Here is the description of my issue.&amp;nbsp; I have 3 different standalone applications and 3 business processes, and in each of these applications activiti engine is up and running connecting to the same database.&amp;nbsp; These appl</description>
      <pubDate>Fri, 21 Jun 2013 07:18:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-when-multiple-activiti-engines-up-and-running/m-p/117569#M83034</guid>
      <dc:creator>ganeshr</dc:creator>
      <dc:date>2013-06-21T07:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when multiple activiti engines up and running</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-when-multiple-activiti-engines-up-and-running/m-p/117570#M83035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My experience with the workflow engines shows that the demonstrated behavior is the most common one. Once the process definition is deployed in the DB the workflow engine works with, the process definition is "visible" to the engine regardless the manner, subject, or object that deployed it there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the above, if the applications are different you shouldn't share the process definitions among them, i.e. you should not deploy them in the same DB. Probably the easiest way to avoid the problem is to use separate DBs (users, schemata) for the different applications/Activiti engines.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You could still try to configure your engines with different names for the different applications but from what I know about Acitviti I doubt this approach will work with it, although it works with some other engines.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 11:46:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-when-multiple-activiti-engines-up-and-running/m-p/117570#M83035</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2013-06-21T11:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when multiple activiti engines up and running</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-when-multiple-activiti-engines-up-and-running/m-p/117571#M83036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;could you provide the details of how to configure the engines with different names, may be I will try that approach and will check if that works or not.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 12:54:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-when-multiple-activiti-engines-up-and-running/m-p/117571#M83036</guid>
      <dc:creator>ganeshr</dc:creator>
      <dc:date>2013-06-21T12:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when multiple activiti engines up and running</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-when-multiple-activiti-engines-up-and-running/m-p/117572#M83037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a property of the &amp;lt;code&amp;gt;processEngineConfiguration&amp;lt;/code&amp;gt; bean in the Activiti Engine configuration file (activiti.cfg.xml in this example):&amp;lt;code&amp;gt;&amp;nbsp; &amp;lt;bean id="processEngineConfiguration" class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="processEngineName" value="ActivitiEngineForApp1"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;Of course you can also set it at run-time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jun 2013 15:59:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-when-multiple-activiti-engines-up-and-running/m-p/117572#M83037</guid>
      <dc:creator>mmaker1234</dc:creator>
      <dc:date>2013-06-21T15:59:18Z</dc:date>
    </item>
    <item>
      <title>Re: Exception when multiple activiti engines up and running</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/exception-when-multiple-activiti-engines-up-and-running/m-p/117573#M83038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt; I will try the proposed approach and will check if that works.Thank you for providing response.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 22 Jun 2013 05:54:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/exception-when-multiple-activiti-engines-up-and-running/m-p/117573#M83038</guid>
      <dc:creator>ganeshr</dc:creator>
      <dc:date>2013-06-22T05:54:39Z</dc:date>
    </item>
  </channel>
</rss>

