<?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: Moving existing app to Activiti in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102781#M71569</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Apparently all these JTA posts go unanswered. I'm at the same junction and was curious; have you succeeded in forcing the JDBC connection onto Activiti, or did you end up using JTA?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Sep 2012 09:42:19 GMT</pubDate>
    <dc:creator>tbee</dc:creator>
    <dc:date>2012-09-18T09:42:19Z</dc:date>
    <item>
      <title>Moving existing app to Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102776#M71564</link>
      <description>Hi,We have an application for&amp;nbsp; retail management built on the traditional j2ee style.Since the app deals with a classic case of a workflow I am proposing a shift to AcitivitiSince we have our own schema there not sure how to fit the same in Activiti like storing of orders/shopping carts etc.Your hel</description>
      <pubDate>Wed, 09 May 2012 04:19:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102776#M71564</guid>
      <dc:creator>shashank_jain</dc:creator>
      <dc:date>2012-05-09T04:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Moving existing app to Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102777#M71565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just store them in your own model and use e.g. Jpa to reference them, or store small subsets of relevant data in you process.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 05:40:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102777#M71565</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-05-09T05:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Moving existing app to Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102778#M71566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Just store them in your own model and use e.g. Jpa to reference them, or store small subsets of relevant data in you process.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Thanks. So can it be like this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We persist the custom object model using JPA/jdbc and also use the same connection(thereby same transaction) to call the process engine. So in that ways we avoid using JTA and use the same DB and connection to persist.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also the challenge can be when using Activiti over REST. Then the transactional sematics are difficult to manage. Example being. We create order through JPA in our layer but then make a REST call to FormService over REST.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So net net how we handle both calls in a single transaction.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 05:49:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102778#M71566</guid>
      <dc:creator>shashank_jain</dc:creator>
      <dc:date>2012-05-09T05:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Moving existing app to Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102779#M71567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;just don't use rest if you need transactional integrity over more than one call.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 08:34:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102779#M71567</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-05-09T08:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Moving existing app to Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102780#M71568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;just don't use rest if you need transactional integrity over more than one call.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Thanks Ronald,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So I think we might need to still use JTA across 2 data sources though same DB but different connections.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that a valid understanding?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 12:19:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102780#M71568</guid>
      <dc:creator>shashank_jain</dc:creator>
      <dc:date>2012-05-09T12:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Moving existing app to Activiti</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102781#M71569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Apparently all these JTA posts go unanswered. I'm at the same junction and was curious; have you succeeded in forcing the JDBC connection onto Activiti, or did you end up using JTA?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 09:42:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-existing-app-to-activiti/m-p/102781#M71569</guid>
      <dc:creator>tbee</dc:creator>
      <dc:date>2012-09-18T09:42:19Z</dc:date>
    </item>
  </channel>
</rss>

