<?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: Architecture while using Activiti Datasource in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55307#M33217</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;having the activiti tables in a different schema but the same db would not require xa transactions&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Aug 2011 20:59:04 GMT</pubDate>
    <dc:creator>mahavirj</dc:creator>
    <dc:date>2011-08-16T20:59:04Z</dc:date>
    <item>
      <title>Architecture while using Activiti Datasource</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55305#M33215</link>
      <description>Dear All,&amp;nbsp; I am trying to convince myself on the architecture of introducing the Activiti Datasource/Database(ADS). When I say ADS, I mean the database where Acitivi store the process states and other process metadata.&amp;nbsp; To be more precise lets take an example. Lets say I have a Loan System as part o</description>
      <pubDate>Tue, 16 Aug 2011 07:25:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55305#M33215</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-08-16T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Architecture while using Activiti Datasource</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55306#M33216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All depends on your own preference (and whether or not you should pass by a DBA &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;), but I don't see a problem in using the same datasource/schema. If you can look at activiti as a "part" of your system, there is really no reason why it shouldn't be there… (the tables are prefixed as well)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 11:21:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55306#M33216</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2011-08-16T11:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Architecture while using Activiti Datasource</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55307#M33217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;having the activiti tables in a different schema but the same db would not require xa transactions&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2011 20:59:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55307#M33217</guid>
      <dc:creator>mahavirj</dc:creator>
      <dc:date>2011-08-16T20:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Architecture while using Activiti Datasource</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55308#M33218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;having the activiti tables in a different schema but the same db would not require xa transactions&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;That would mean …you are referring to Oracle Database. And you are correct. When Acitiviti is in a different schema but same database you WOULD NOT need XA transaction. I believe you could work around the problem with synonyms/grants. Please correct me if I am wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But again that is the speciality of Oracle DB and you are coupled up with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Franklin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2011 04:07:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55308#M33218</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-08-17T04:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Architecture while using Activiti Datasource</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55309#M33219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is the transaction not handled on the level of the datasource rather than the underlying resource ? So even if you have 2 datasources pointing to the same database you will still need XA to have atomic use case execution, that's how i thought it worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jorg&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS xa/jta is not a beast anymore, Spring has tamed it quite well &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 11:48:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55309#M33219</guid>
      <dc:creator>heymjo</dc:creator>
      <dc:date>2011-08-18T11:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Architecture while using Activiti Datasource</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55310#M33220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Having two datasources will definitely leave you with no room but to use XA/JTA transactions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sure Spring has done a good deal of job to tame XA, nevertheless XA/JTA transactions&amp;nbsp; are still complex and you will see a LOT of problem is production when you have long running processes(I guess)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So do you agree with Single Datasource of Two Datasource(One for the application and One for Activiti ) ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 11:58:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55310#M33220</guid>
      <dc:creator>frankee787</dc:creator>
      <dc:date>2011-08-18T11:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: Architecture while using Activiti Datasource</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55311#M33221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;going for the best practice approach and if it were my call I would&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- keep the activiti tables separate from the application tables. Keeps the dba happy, some of them like SOC as much as we do ! Also allows to easily upgrade application schema separate from workflow and vice versa. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- use xa, so 2 datasources. This way you're prepared in case you need to access other transactional resources from your use case (e.g. message queues).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Aug 2011 12:16:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/architecture-while-using-activiti-datasource/m-p/55311#M33221</guid>
      <dc:creator>heymjo</dc:creator>
      <dc:date>2011-08-18T12:16:40Z</dc:date>
    </item>
  </channel>
</rss>

