<?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: DB deadlock when running processes concurrently in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/db-deadlock-when-running-processes-concurrently/m-p/58741#M36004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Rodolfo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, the scripts, I'm just looking at them because I want to add support for another DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But what I am missing is the place where "create schema" is called.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or does Activiti assume that all the currently supported DBs have a default schema?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Oct 2011 19:05:40 GMT</pubDate>
    <dc:creator>lichtin</dc:creator>
    <dc:date>2011-10-13T19:05:40Z</dc:date>
    <item>
      <title>DB deadlock when running processes concurrently</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/db-deadlock-when-running-processes-concurrently/m-p/58737#M36000</link>
      <description>HiFollowing experience when running a few processes in parallel:11.10.2011 10:12:11 org.activiti.engine.impl.interceptor.CommandContext closeSCHWERWIEGEND: Error while closing command contextorg.apache.ibatis.exceptions.PersistenceException: ### Error updating database.&amp;nbsp; Cause: org.h2.jdbc.JdbcSQLEx</description>
      <pubDate>Tue, 11 Oct 2011 08:20:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/db-deadlock-when-running-processes-concurrently/m-p/58737#M36000</guid>
      <dc:creator>lichtin</dc:creator>
      <dc:date>2011-10-11T08:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: DB deadlock when running processes concurrently</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/db-deadlock-when-running-processes-concurrently/m-p/58738#M36001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;H2 database uses full-table-locks. Afaik, h2 is not really a production database I recommend using another DB that can handle transactions and locking better…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 08:44:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/db-deadlock-when-running-processes-concurrently/m-p/58738#M36001</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-10-11T08:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: DB deadlock when running processes concurrently</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/db-deadlock-when-running-processes-concurrently/m-p/58739#M36002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, with mySQL, for example, this deadlock issue does not appear when running the same tests.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One small thing (excuse my ignorance): How does Activiti create the database/schema?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't find a "create schema" anywhere in the code…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 08:59:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/db-deadlock-when-running-processes-concurrently/m-p/58739#M36002</guid>
      <dc:creator>lichtin</dc:creator>
      <dc:date>2011-10-13T08:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: DB deadlock when running processes concurrently</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/db-deadlock-when-running-processes-concurrently/m-p/58740#M36003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The SQL scripts are within the folder src/main/resources, in package: org.activiti.db.create. (activiti-engine)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rodolfo Barbeiro&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 16:51:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/db-deadlock-when-running-processes-concurrently/m-p/58740#M36003</guid>
      <dc:creator>rodolfobarbeiro</dc:creator>
      <dc:date>2011-10-13T16:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: DB deadlock when running processes concurrently</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/db-deadlock-when-running-processes-concurrently/m-p/58741#M36004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Rodolfo&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, the scripts, I'm just looking at them because I want to add support for another DB.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But what I am missing is the place where "create schema" is called.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or does Activiti assume that all the currently supported DBs have a default schema?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2011 19:05:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/db-deadlock-when-running-processes-concurrently/m-p/58741#M36004</guid>
      <dc:creator>lichtin</dc:creator>
      <dc:date>2011-10-13T19:05:40Z</dc:date>
    </item>
  </channel>
</rss>

