<?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.cfg in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-cfg/m-p/160969#M114924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, sounds good will try that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Feb 2014 18:21:36 GMT</pubDate>
    <dc:creator>awhobbes</dc:creator>
    <dc:date>2014-02-20T18:21:36Z</dc:date>
    <item>
      <title>activiti.cfg</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-cfg/m-p/160965#M114920</link>
      <description>I'm trying to create a standalone engine, using the following code to access the H2 DB&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;rocessEngine processEngine = ProcessEngineConfiguration&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;.createStandaloneProcessEngineConfiguration()&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;.buildProcessEngine(); I installed the H2 DB myself (couldn't get the demo.start working) and</description>
      <pubDate>Tue, 18 Feb 2014 19:36:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-cfg/m-p/160965#M114920</guid>
      <dc:creator>awhobbes</dc:creator>
      <dc:date>2014-02-18T19:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: activiti.cfg</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-cfg/m-p/160966#M114921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;activiti library version is '5.13', db version is 5.9&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;It seems that you are trying to run 5.13 libraries on the Database schema version 5.9. -&amp;gt; It should be in sync.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm trying to create a standalone engine, using the following code to access the H2 DB:&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Process engine is instantiated in almost each jUnit test in activiti project. Try to find it.&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>Wed, 19 Feb 2014 07:18:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-cfg/m-p/160966#M114921</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-02-19T07:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: activiti.cfg</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-cfg/m-p/160967#M114922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Martin,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for getting back to me so quick.&amp;nbsp;&amp;nbsp; I know how to instantiate the engine, and, in fact I've gotten around my problem (but would like to understand better what's going on) by using ProcessEngine processEngine = ProcessEngineConfiguration.createStandaloneProcessEngineConfiguration().setJdbcUrl( "jdbc:h2:tcp://localhost/~/test").setDatabaseSchemaUpdate("true").buildProcessEngine();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This points me at the H2 DB I want to use.&amp;nbsp;&amp;nbsp; But I'd still like to understand where the default cfg file is and why I can't get my own file to work even though I've got in my class path.&amp;nbsp; Is it in the activiti.jar?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:16:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-cfg/m-p/160967#M114922</guid>
      <dc:creator>awhobbes</dc:creator>
      <dc:date>2014-02-19T15:16:08Z</dc:date>
    </item>
    <item>
      <title>Re: activiti.cfg</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-cfg/m-p/160968#M114923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Another method for creating process engine configuration should be used to apply activiti.cfg.xml &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;nbsp; public static ProcessEngineConfiguration createProcessEngineConfigurationFromResourceDefault() {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return createProcessEngineConfigurationFromResource("activiti.cfg.xml", "processEngineConfiguration");&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; public static ProcessEngineConfiguration createProcessEngineConfigurationFromResource(String resource) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return createProcessEngineConfigurationFromResource(resource, "processEngineConfiguration");&lt;BR /&gt;&amp;nbsp; }&lt;BR /&gt;&lt;/CODE&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>Thu, 20 Feb 2014 07:41:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-cfg/m-p/160968#M114923</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-02-20T07:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: activiti.cfg</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-cfg/m-p/160969#M114924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, sounds good will try that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 18:21:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-cfg/m-p/160969#M114924</guid>
      <dc:creator>awhobbes</dc:creator>
      <dc:date>2014-02-20T18:21:36Z</dc:date>
    </item>
  </channel>
</rss>

