<?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: about the history variables insert sql exception in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180817#M133947</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was facing same issue after upgrading to activiti-5.21 with postgres db 9.6. I am using SpringProcessEngineConfiguration to create process engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As suggested by jbarrez, it got resolved by setting setBulkInsertEnabled(false). But not clear why this issue arises at first place and how does bulk insert cause this. Do share your thoughts if you get any insights.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Akshit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2016 20:41:02 GMT</pubDate>
    <dc:creator>ak1801</dc:creator>
    <dc:date>2016-10-06T20:41:02Z</dc:date>
    <item>
      <title>about the history variables insert sql exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180811#M133941</link>
      <description>I have a problem about engine saving history variable causing exception.this is my configuration：&amp;lt;blockcode&amp;gt;&amp;lt;bean id="processEngineConfiguration" class="org.activiti.engine.impl.cfg.StandaloneProcessEngineConfiguration"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;property name="dataSource" ref="dataSourceDBCP"/&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</description>
      <pubDate>Tue, 29 Sep 2015 07:25:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180811#M133941</guid>
      <dc:creator>fuhang</dc:creator>
      <dc:date>2015-09-29T07:25:18Z</dc:date>
    </item>
    <item>
      <title>Re: about the history variables insert sql exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180812#M133942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which version of Activiti are you using? Did you try to set the databaseType property of the process engine config to oracle?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2015 14:27:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180812#M133942</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2015-09-30T14:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: about the history variables insert sql exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180813#M133943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes,I set the databaseType to 'oracle', the same exception was throwed as same as MySQL.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Error updating database.&amp;nbsp; Cause: java.sql.SQLException:&amp;nbsp; Invalid column type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The error may involve org.activiti.engine.impl.persistence.entity.HistoricVariableInstanceEntity.bulkInsertHistoricVariableInstance_oracle-Inline&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found that exception caused by calling spring dao interface problem, but I can't modify the activity source code for some reason. there something to notice is my spring framework version is -3.0.5, I tried to the lasted spring framework and lasted database（oracle 11g/12c, MySQL 5.6.x）jdbc drivers, not used. I can't figure out how to fix it . &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 04:55:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180813#M133943</guid>
      <dc:creator>fuhang</dc:creator>
      <dc:date>2015-10-08T04:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: about the history variables insert sql exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180814#M133944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which Oracle version? Can you try with setBulkInsertEnabled(false) on the processEngineCOnfiguration?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not really following your comment about Spring DAO/Activiti source … can you describe your config setup a bit more?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 09:26:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180814#M133944</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2015-10-08T09:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: about the history variables insert sql exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180815#M133945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Your suggestion solved my problem, it's working now. Thanks a lot.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My Oracle version is Oracle 11g Release 2, spring dao framework version is 3.0.5 and hibernate uses 3.6 version.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I uploaded my config files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 01:31:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180815#M133945</guid>
      <dc:creator>fuhang</dc:creator>
      <dc:date>2015-10-16T01:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: about the history variables insert sql exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180816#M133946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am also facing the similar problem like fuhang and my database version is Oracle 11g Release 2, spring dao framework version is 3.0.5. setBulkInsertEnabled(false)&amp;nbsp; means disabling bulk inserts. Can't we do bulk inserts to oracle database? What are the databases suports bulk inserts by Activiti?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Swamy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Nov 2015 16:50:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180816#M133946</guid>
      <dc:creator>swamy2156</dc:creator>
      <dc:date>2015-11-03T16:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: about the history variables insert sql exception</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180817#M133947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was facing same issue after upgrading to activiti-5.21 with postgres db 9.6. I am using SpringProcessEngineConfiguration to create process engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As suggested by jbarrez, it got resolved by setting setBulkInsertEnabled(false). But not clear why this issue arises at first place and how does bulk insert cause this. Do share your thoughts if you get any insights.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Akshit.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 20:41:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/about-the-history-variables-insert-sql-exception/m-p/180817#M133947</guid>
      <dc:creator>ak1801</dc:creator>
      <dc:date>2016-10-06T20:41:02Z</dc:date>
    </item>
  </channel>
</rss>

