<?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: How to inspect the in-memory Activiti H2 database? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197012#M150142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not about db persisting the data or not. The DB itself is not getting persisted when you use in-memory. So if you want the process data to be available after an engine re-start, use a non-in-mem db in your activiti configuration. If you are using H2, check &lt;A class="link-titled" href="http://www.h2database.com/html/tutorial.html" title="http://www.h2database.com/html/tutorial.html" rel="nofollow noopener noreferrer"&gt;Tutorial&lt;/A&gt;&amp;nbsp;&amp;nbsp;for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Apr 2017 15:14:15 GMT</pubDate>
    <dc:creator>cjose</dc:creator>
    <dc:date>2017-04-13T15:14:15Z</dc:date>
    <item>
      <title>How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197005#M150135</link>
      <description>I'm just getting started using Activiti, and I'd like to be able to examine the contents of the in-memory H2 database as I run my workflows. How can I do so? Is it possible using a tool like Squirrel? If so, what do I use as a URL, user, password, etc.? Right now, I am using the default configuratio</description>
      <pubDate>Mon, 21 Jul 2014 14:28:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197005#M150135</guid>
      <dc:creator>kcassell</dc:creator>
      <dc:date>2014-07-21T14:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197006#M150136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In a unit test, you can inspect it quite easily:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://activiti.org/userguide/index.html#apiDebuggingUnitTest" rel="nofollow noopener noreferrer"&gt;http://activiti.org/userguide/index.html#apiDebuggingUnitTest&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 07:26:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197006#M150136</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-25T07:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197007#M150137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks.&amp;nbsp; That provides me a way to inspect the database.&amp;nbsp; It doesn't seem to work with Squirrel, and I'm not sure I understand why.&amp;nbsp; But as long as I can get at the info I care about, I guess I don't really care, although I am curious.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jul 2014 15:38:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197007#M150137</guid>
      <dc:creator>kcassell</dc:creator>
      <dc:date>2014-07-25T15:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197008#M150138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the issue with squirrl? H2 offers a plain old JDBC-interface, so don't see any obvious reasons why connection doesn't work. Any stack trace in squirrel?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 07:48:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197008#M150138</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-07-29T07:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197009#M150139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it works for me but is it normal that every time i restart the process engine i don't get the old processes ?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 14:22:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197009#M150139</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-04-13T14:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197010#M150140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, if running against in-memory&amp;nbsp;db.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 15:00:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197010#M150140</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2017-04-13T15:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197011#M150141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what can i do if i want to make db persist the old processengine instance processes?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 15:08:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197011#M150141</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-04-13T15:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197012#M150142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not about db persisting the data or not. The DB itself is not getting persisted when you use in-memory. So if you want the process data to be available after an engine re-start, use a non-in-mem db in your activiti configuration. If you are using H2, check &lt;A class="link-titled" href="http://www.h2database.com/html/tutorial.html" title="http://www.h2database.com/html/tutorial.html" rel="nofollow noopener noreferrer"&gt;Tutorial&lt;/A&gt;&amp;nbsp;&amp;nbsp;for more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 15:14:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197012#M150142</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2017-04-13T15:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197013#M150143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok Thank you &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;i will follow that &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 15:56:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197013#M150143</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-04-13T15:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197014#M150144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So i will use mysql database is that a good choice with activiti?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 22:42:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197014#M150144</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-04-13T22:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197015#M150145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used mysql database and i created the activiti database with phpmyadmin and then i made run to my java application and all the needed tables were created and the engine is persisting the data about the processes.&lt;/P&gt;&lt;P&gt;This is my configuration bean&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" &amp;gt;&lt;BR /&gt; &amp;lt;property name="driverClassName" value="com.mysql.jdbc.Driver" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="url" value="jdbc:mysql://localhost:3306/activiti" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="username" value="root" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="password" value="" /&amp;gt;&lt;BR /&gt; &amp;lt;property name="defaultAutoCommit" value="false" /&amp;gt;&lt;BR /&gt;&amp;lt;/bean&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 23:25:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197015#M150145</guid>
      <dc:creator>fatma19</dc:creator>
      <dc:date>2017-04-13T23:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to inspect the in-memory Activiti H2 database?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197016#M150146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, you are on the right track!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Apr 2017 23:33:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-inspect-the-in-memory-activiti-h2-database/m-p/197016#M150146</guid>
      <dc:creator>cjose</dc:creator>
      <dc:date>2017-04-13T23:33:53Z</dc:date>
    </item>
  </channel>
</rss>

