<?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: May I store a processEngine instance reference in a database ? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/may-i-store-a-processengine-instance-reference-in-a-database/m-p/199936#M153066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That sounds very strange.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To read/write it from the database and to serialize/deserialize it, takes much longer then to parse a xml File.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jun 2014 18:42:08 GMT</pubDate>
    <dc:creator>samson</dc:creator>
    <dc:date>2014-06-25T18:42:08Z</dc:date>
    <item>
      <title>May I store a processEngine instance reference in a database ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/may-i-store-a-processengine-instance-reference-in-a-database/m-p/199935#M153065</link>
      <description>Hello everyone.For using Activiti you must create a processEngine, for example ProcessEngine pe = ProcessEngineConfiguration&amp;nbsp;&amp;nbsp; .createProcessEngineConfigurationFromResourceDefault()&amp;nbsp;&amp;nbsp; .buildProcessEngine();‍‍‍‍‍The documentation advice is to avoid to parse more than once the BPMN Xml because it's co</description>
      <pubDate>Wed, 25 Jun 2014 12:06:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/may-i-store-a-processengine-instance-reference-in-a-database/m-p/199935#M153065</guid>
      <dc:creator>cnirparis</dc:creator>
      <dc:date>2014-06-25T12:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: May I store a processEngine instance reference in a database ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/may-i-store-a-processengine-instance-reference-in-a-database/m-p/199936#M153066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That sounds very strange.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To read/write it from the database and to serialize/deserialize it, takes much longer then to parse a xml File.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jun 2014 18:42:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/may-i-store-a-processengine-instance-reference-in-a-database/m-p/199936#M153066</guid>
      <dc:creator>samson</dc:creator>
      <dc:date>2014-06-25T18:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: May I store a processEngine instance reference in a database ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/may-i-store-a-processengine-instance-reference-in-a-database/m-p/199937#M153067</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;Could you provide use case for it please?&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>Thu, 26 Jun 2014 06:19:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/may-i-store-a-processengine-instance-reference-in-a-database/m-p/199937#M153067</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-06-26T06:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: May I store a processEngine instance reference in a database ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/may-i-store-a-processengine-instance-reference-in-a-database/m-p/199938#M153068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What do you mean ? The matter is to know if it's better (in terms of executing time) to re-parse the BPMN XML file every time you need it, or it's better to store the processEngine instance somewhere else. The documentation seems to say that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your answer.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 07:40:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/may-i-store-a-processengine-instance-reference-in-a-database/m-p/199938#M153068</guid>
      <dc:creator>cnirparis</dc:creator>
      <dc:date>2014-06-26T07:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: May I store a processEngine instance reference in a database ?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/may-i-store-a-processengine-instance-reference-in-a-database/m-p/199939#M153069</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;How often do you start process engine?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;store engine in the DB - after the fetch you have to reestablish all DB connections, beans…. , I think that's the time consuming part of process engine initialization.&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>Fri, 27 Jun 2014 07:01:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/may-i-store-a-processengine-instance-reference-in-a-database/m-p/199939#M153069</guid>
      <dc:creator>martin_grofcik</dc:creator>
      <dc:date>2014-06-27T07:01:32Z</dc:date>
    </item>
  </channel>
</rss>

