<?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 Activity and internet connection in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31758#M16420</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am new to Activiti and i have an issue with internet and Ibatis connection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I cannot start Activiti without internet connection, each time i do, i get an error "Error while building ibatis SqlSessionFactory".&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Why this behavior and how can i run Activiti regardless of the internet status?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Oct 2010 17:25:11 GMT</pubDate>
    <dc:creator>jtawk</dc:creator>
    <dc:date>2010-10-04T17:25:11Z</dc:date>
    <item>
      <title>Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31758#M16420</link>
      <description>Hi, &amp;nbsp;&amp;nbsp;&amp;nbsp; I am new to Activiti and i have an issue with internet and Ibatis connection.I cannot start Activiti without internet connection, each time i do, i get an error "Error while building ibatis SqlSessionFactory".Why this behavior and how can i run Activiti regardless of the internet status?Rega</description>
      <pubDate>Mon, 04 Oct 2010 17:25:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31758#M16420</guid>
      <dc:creator>jtawk</dc:creator>
      <dc:date>2010-10-04T17:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31759#M16421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could you post the full stacktrace?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Activiti a lot without internet connection (eg on the train) and I have never had an issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 08:44:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31759#M16421</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2010-10-06T08:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31760#M16422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, thanks for replying, below is what i am getting:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;CODE&gt;Caused by: org.activiti.engine.ActivitiException: Error while building ibatis SqlSessionFactory: Error creating document instance.&amp;nbsp; Cause: java.net.ConnectException: Connection timed out: connect&lt;BR /&gt; at org.activiti.engine.impl.db.DbSqlSessionFactory.createSessionFactory(DbSqlSessionFactory.java:136)&lt;BR /&gt; at org.activiti.engine.impl.db.DbSqlSessionFactory.configurationCompleted(DbSqlSessionFactory.java:116)&lt;BR /&gt; at org.activiti.engine.impl.cfg.ProcessEngineConfiguration.notifyConfigurationComplete(ProcessEngineConfiguration.java:249)&lt;BR /&gt; at org.activiti.engine.impl.cfg.ProcessEngineConfiguration.configurationComplete(ProcessEngineConfiguration.java:228)&lt;BR /&gt; at org.activiti.engine.impl.cfg.ProcessEngineConfiguration.buildProcessEngine(ProcessEngineConfiguration.java:212)&lt;BR /&gt; at com.roxana.smd.activiti.engine.impl.cfg.SmdProcessEngineConfiguration.buildProcessEngine(SmdProcessEngineConfiguration.java:75)&lt;BR /&gt; at com.roxana.smd.activiti.engine.impl.cfg.spring.SmdProcessEngineFactoryBean.getObject(SmdProcessEngineFactoryBean.java:78)&lt;BR /&gt; at com.roxana.smd.activiti.engine.impl.cfg.spring.SmdProcessEngineFactoryBean.getObject(SmdProcessEngineFactoryBean.java:1)&lt;BR /&gt; at org.springframework.beans.factory.support.FactoryBeanRegistrySupport.doGetObjectFromFactoryBean(FactoryBeanRegistrySupport.java:142)&lt;BR /&gt; … 56 more&lt;BR /&gt;Caused by: org.apache.ibatis.builder.BuilderException: Error creating document instance.&amp;nbsp; Cause: java.net.ConnectException: Connection timed out: connect&lt;BR /&gt; at org.apache.ibatis.parsing.XPathParser.createDocument(XPathParser.java:136)&lt;BR /&gt; at org.apache.ibatis.parsing.XPathParser.&amp;lt;init&amp;gt;(XPathParser.java:32)&lt;BR /&gt; at org.apache.ibatis.builder.xml.XMLConfigBuilder.&amp;lt;init&amp;gt;(XMLConfigBuilder.java:47)&lt;BR /&gt; at org.apache.ibatis.builder.xml.XMLConfigBuilder.&amp;lt;init&amp;gt;(XMLConfigBuilder.java:34)&lt;BR /&gt; at org.activiti.engine.impl.db.DbSqlSessionFactory.createSessionFactory(DbSqlSessionFactory.java:127)&lt;BR /&gt; … 64 more&lt;BR /&gt;Caused by: java.net.ConnectException: Connection timed out: connect&lt;BR /&gt; at java.net.PlainSocketImpl.socketConnect(Native Method)&lt;BR /&gt; at java.net.PlainSocketImpl.doConnect(Unknown Source)&lt;BR /&gt; at java.net.PlainSocketImpl.connectToAddress(Unknown Source)&lt;BR /&gt; at java.net.PlainSocketImpl.connect(Unknown Source)&lt;BR /&gt; at java.net.SocksSocketImpl.connect(Unknown Source)&lt;BR /&gt; at java.net.Socket.connect(Unknown Source)&lt;BR /&gt; at java.net.Socket.connect(Unknown Source)&lt;BR /&gt; at sun.net.NetworkClient.doConnect(Unknown Source)&lt;BR /&gt; at sun.net.&lt;A href="http://www.http.HttpClient.openServer" rel="nofollow noopener noreferrer"&gt;www.http.HttpClient.openServer&lt;/A&gt;(Unknown Source)&lt;BR /&gt; at sun.net.&lt;A href="http://www.http.HttpClient.openServer" rel="nofollow noopener noreferrer"&gt;www.http.HttpClient.openServer&lt;/A&gt;(Unknown Source)&lt;BR /&gt; at sun.net.&lt;A href="http://www.http.HttpClient" rel="nofollow noopener noreferrer"&gt;www.http.HttpClient&lt;/A&gt;.&amp;lt;init&amp;gt;(Unknown Source)&lt;BR /&gt; at sun.net.&lt;A href="http://www.http.HttpClient.New" rel="nofollow noopener noreferrer"&gt;www.http.HttpClient.New&lt;/A&gt;(Unknown Source)&lt;BR /&gt; at sun.net.&lt;A href="http://www.http.HttpClient.New" rel="nofollow noopener noreferrer"&gt;www.http.HttpClient.New&lt;/A&gt;(Unknown Source)&lt;BR /&gt; at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getNewHttpClient" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getNewHttpClient&lt;/A&gt;(Unknown Source)&lt;BR /&gt; at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.plainConnect" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.plainConnect&lt;/A&gt;(Unknown Source)&lt;BR /&gt; at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.connect" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.connect&lt;/A&gt;(Unknown Source)&lt;BR /&gt; at sun.net.&lt;A href="http://www.protocol.http.HttpURLConnection.getInputStream" rel="nofollow noopener noreferrer"&gt;www.protocol.http.HttpURLConnection.getInputStream&lt;/A&gt;(Unknown Source)&lt;BR /&gt; at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown Source)&lt;BR /&gt; at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown Source)&lt;BR /&gt; at org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown Source)&lt;BR /&gt; at org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown Source)&lt;BR /&gt; at org.apache.xerces.impl.XMLDocumentScannerImpl$DTDDispatcher.dispatch(Unknown Source)&lt;BR /&gt; at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)&lt;BR /&gt; at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt; at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)&lt;BR /&gt; at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)&lt;BR /&gt; at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)&lt;BR /&gt; at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)&lt;BR /&gt; at org.apache.ibatis.parsing.XPathParser.createDocument(XPathParser.java:134)&lt;BR /&gt; … 68 more&lt;/CODE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Oct 2010 20:23:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31760#M16422</guid>
      <dc:creator>jtawk</dc:creator>
      <dc:date>2010-10-06T20:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31761#M16423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm guessing the myBatis XMLParser is trying to validate the configuration against the dtd-schema (&lt;/SPAN&gt;&lt;A href="http://ibatis.apache.org/dtd/ibatis-3-config.dtd" rel="nofollow noopener noreferrer"&gt;http://ibatis.apache.org/dtd/ibatis-3-config.dtd&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Which container do you use? Or are you just running standalone?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 06:25:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31761#M16423</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2010-10-07T06:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31762#M16424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am using Activiti with Mysql inside spring 3.0.3.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 07:13:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31762#M16424</guid>
      <dc:creator>jtawk</dc:creator>
      <dc:date>2010-10-07T07:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31763#M16425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it seems DTD download.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Spring 3.0.3 too, in Tomcat, but with H2 database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My internet connection in the office comes and goes regularly, but I haven't had such problem with DTD validation. An when the internet is connected, it's usually very slow, so I should have noticed a delay on startup, which I haven't.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe the issue is about MySQL's config?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 08:16:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31763#M16425</guid>
      <dc:creator>iravanchi</dc:creator>
      <dc:date>2010-10-07T08:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31764#M16426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;no, it's the same with H2. I guess the issue had to do with spring and iBatis configuration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 08:37:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31764#M16426</guid>
      <dc:creator>jtawk</dc:creator>
      <dc:date>2010-10-07T08:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31765#M16427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I meant the MySQL-specific XML files inside Activiti that configure the database access, not the connection configuration.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 08:53:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31765#M16427</guid>
      <dc:creator>iravanchi</dc:creator>
      <dc:date>2010-10-07T08:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31766#M16428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This was due to a Lib conflict that was causing the XML parser to look up the doctype from the net and not from the jar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help and your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Oct 2010 11:48:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31766#M16428</guid>
      <dc:creator>jtawk</dc:creator>
      <dc:date>2010-10-07T11:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31767#M16429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This was due to a Lib conflict that was causing the XML parser to look up the doctype from the net and not from the jar.&lt;BR /&gt;Thanks for your help and your time.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;How did you fix this??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am getting a similar exception &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error while building ibatis SqlSessionFactory: Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource org/activiti/db/mapping/entity/Attachment.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When trying to create a process engine as given in the user guide:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ProcessEngine processEngine = ProcessEngineConfiguration.createStandaloneInMemProcessEngineConfiguration()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .setDatabaseSchemaUpdate(ProcessEngineConfiguration.DB_SCHEMA_UPDATE_FALSE)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .setJdbcUrl("jdbc:h2:mem:my-own-db;DB_CLOSE_DELAY=1000")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .setJobExecutorActivate(true)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .buildProcessEngine();&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 22:38:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31767#M16429</guid>
      <dc:creator>afshad</dc:creator>
      <dc:date>2012-03-01T22:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31768#M16430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Its ok I finally got activiti to work with OSGI&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 16:21:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31768#M16430</guid>
      <dc:creator>afshad</dc:creator>
      <dc:date>2012-03-02T16:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31769#M16431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;How to increase connection timeout? I have created a lot of human tasks (&amp;gt;800) in nested multi instance processes and receive always timeout exception&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;…Caused by: org.h2.jdbc.JdbcSQLException: Timeout trying to lock table "ACT_RU_EXECUTION"; SQL statement:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; JOB.*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; from ACT_RU_JOB JOB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT OUTER JOIN ACT_RU_EXECUTION PI ON PI.ID_ = JOB.PROCESS_INSTANCE_ID_&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LEFT OUTER JOIN ACT_RE_PROCDEF PD ON PD.ID_ = PI.PROC_DEF_ID_&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where (JOB.RETRIES_ &amp;gt; 0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and (JOB.DUEDATE_ is null or JOB.DUEDATE_ &amp;lt; ?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and (JOB.LOCK_OWNER_ is null or JOB.LOCK_EXP_TIME_ &amp;lt; ?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and (&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (JOB.EXECUTION_ID_ is null)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or ((PI.SUSPENSION_STATE_ = 1)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and (PD.SUSPENSION_STATE_ = 1))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIMIT ? OFFSET ? [50200-168]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.h2.message.DbException.getJdbcSQLException(DbException.java:329)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.h2.message.DbException.get(DbException.java:169)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.h2.message.DbException.get(DbException.java:146)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.h2.table.RegularTable.doLock(RegularTable.java:500)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.h2.table.RegularTable.lock(RegularTable.java:434)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.h2.table.TableFilter.lock(TableFilter.java:143)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.h2.table.TableFilter.lock(TableFilter.java:145)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.h2.command.dml.Select.queryWithoutCache(Select.java:604)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.h2.command.dml.Query.query(Query.java:307)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; at org.h2.command.dml.Query.query(Query.java:277)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 13:39:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31769#M16431</guid>
      <dc:creator>vadim</dc:creator>
      <dc:date>2012-10-23T13:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31770#M16432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;H2 isn't really a production-database and sometimes locks full tables, while it shouldn't. This is something other DB's don't have and it's recommended to use another one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you really want to use H2 (maybe for testing?), look in the H2 documentation for this, think it's a parameter in the jdbc-URL.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 15:26:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31770#M16432</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2012-10-23T15:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Activity and internet connection</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31771#M16433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I ran into the same problem as JTawk and didn't see an easy solution posted on the thread, so I thought I'd post mine in case someone else has the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Switching the dependency in my Activiti pom.xml file from apache ibatis to mybatis cleared up the problem for me and avoided messing around with ibatis working with my proxy settings.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 19:50:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activity-and-internet-connection/m-p/31771#M16433</guid>
      <dc:creator>jonathan1</dc:creator>
      <dc:date>2012-11-27T19:50:14Z</dc:date>
    </item>
  </channel>
</rss>

