<?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: Possible to set autoCommit = true in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/possible-to-set-autocommit-true/m-p/206608#M159738</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, thank you for your answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would be interesting to know why you think this isn't a good idea.&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, 08 Sep 2014 05:58:22 GMT</pubDate>
    <dc:creator>agiledevpro</dc:creator>
    <dc:date>2014-09-08T05:58:22Z</dc:date>
    <item>
      <title>Possible to set autoCommit = true</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/possible-to-set-autocommit-true/m-p/206606#M159736</link>
      <description>Hi,I am wondering if there is a way to set auto commit = true in Activiti, I've tried adding property name="defaultAutoCommit" value="true" in my activiti.cfg.xml file but this does not seem to have an effect. the apache ibatis JdbcTransaction class is still setting autoCommit = false.The reason why</description>
      <pubDate>Fri, 05 Sep 2014 14:26:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/possible-to-set-autocommit-true/m-p/206606#M159736</guid>
      <dc:creator>agiledevpro</dc:creator>
      <dc:date>2014-09-05T14:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to set autoCommit = true</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/possible-to-set-autocommit-true/m-p/206607#M159737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using trying Activiti with Cassandra as its main database ? Maybe you have good reasons to do so, but I can´t think of any. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I suppose you´re using a JDBC driver for Cassandra. If you _really_, _really_ want to do so, you can achieve that by writing your own JDBC adapter that delegates most of its methods to the original Cassandra driver, but implements a fake setAutoCommit method.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to be fancy, the same goal can be achieved by using AOP.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW, did I mention that I think this is a bad idea ? No ? Well, I´ll do it again: don´t do this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, what you CAN do is use Cassandra as a store for historical data produced by your processes. Use listeners or explicit system tasks that pick relevant process instance data (eg: customer Id, product, task, assgnee, etc) and write to a given column family. You can then use a MapReduce tool in order to aggregate this information and publish in a nice dashboard that will make your business users very happy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW: I´ve used this approach in one of my customers. In that particular case, I´ve used WSO2´s BAM (an open source product). This package comes with an embedded Cassandra and Hive components, making it a very good companion for any Activiti-based project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Sep 2014 17:02:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/possible-to-set-autocommit-true/m-p/206607#M159737</guid>
      <dc:creator>pmsevestre</dc:creator>
      <dc:date>2014-09-06T17:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to set autoCommit = true</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/possible-to-set-autocommit-true/m-p/206608#M159738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, thank you for your answer!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would be interesting to know why you think this isn't a good idea.&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, 08 Sep 2014 05:58:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/possible-to-set-autocommit-true/m-p/206608#M159738</guid>
      <dc:creator>agiledevpro</dc:creator>
      <dc:date>2014-09-08T05:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Possible to set autoCommit = true</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/possible-to-set-autocommit-true/m-p/206609#M159739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to do Cassandra as my database for Activiti integration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be great, if Activiti team can comment on the &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Can throw some light on "Right (the best) approach" to do this integration?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) If its a bad idea, can elaborate on why its a bad idea?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 11:09:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/possible-to-set-autocommit-true/m-p/206609#M159739</guid>
      <dc:creator>sankarts</dc:creator>
      <dc:date>2015-01-12T11:09:22Z</dc:date>
    </item>
  </channel>
</rss>

