<?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: Project architecture and feasibility in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51736#M30276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm afraid I'm running into all kinds of connection problems. Activiti all of a sudden is using different connections and thus causing locking conflicts in itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=4625&amp;amp;p=17920#p17920" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=4625&amp;amp;p=17920#p17920&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2012 14:15:04 GMT</pubDate>
    <dc:creator>tbee</dc:creator>
    <dc:date>2012-09-20T14:15:04Z</dc:date>
    <item>
      <title>Project architecture and feasibility</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51729#M30269</link>
      <description>Hi,I have some questions about my following application architecture using Activiti.[img]http://img4.hostingpics.net/pics/348863questionActiviti.png[/img]I have 3 Maven modules. The first is the GUI, the second is the orchestration and the last for Services, DAOs and the data model. I have 2 datasou</description>
      <pubDate>Tue, 20 Dec 2011 09:23:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51729#M30269</guid>
      <dc:creator>jdupont1</dc:creator>
      <dc:date>2011-12-20T09:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: Project architecture and feasibility</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51730#M30270</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;I'm new to Activiti and was wondering how did you generate the multi module maven project? did you used some ArchType that enables the architecture you laid out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any tips will be helpful for a newbie like me&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;RK&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2011 15:02:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51730#M30270</guid>
      <dc:creator>duderk</dc:creator>
      <dc:date>2011-12-26T15:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Project architecture and feasibility</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51731#M30271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have some questions about my following application architecture using Activiti.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hostingpics.net/viewer.php?id=348863questionActiviti.png" rel="nofollow noopener noreferrer"&gt;[img]http://img4.hostingpics.net/pics/348863questionActiviti.png[/img]&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have 3 Maven modules. The first is the GUI, the second is the orchestration and the last for Services, DAOs and the data model. I have 2 datasources, one for the needs of Activti and the other for the data model. I have access the data model data source through &lt;STRONG&gt;JPA/Hibernate&lt;/STRONG&gt;.&lt;BR /&gt;&lt;BR /&gt;Questions: &lt;BR /&gt; - can i handle the data model in the orchestration (in service task by example)?&lt;BR /&gt; - if yes, must i &lt;STRONG&gt;inevitably&lt;/STRONG&gt; use &lt;STRONG&gt;JTA&lt;/STRONG&gt;?&lt;BR /&gt; - i use Spring in my application, can i easily integrate &lt;STRONG&gt;JTA&lt;/STRONG&gt; to Activiti (i know the activiti-spring module)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also having the same concerns. Can I avoid using JTA and wrap the call to my domain model over the same connection.Will be curious to know as to how you approached it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2012 07:31:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51731#M30271</guid>
      <dc:creator>shashank_jain</dc:creator>
      <dc:date>2012-05-09T07:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Project architecture and feasibility</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51732#M30272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Interesting, I'm at the same junction. Right now BM and Activiti SQL are done through two different connections to two different databases, but naturally I too want them bundled in a single transaction. What did you end up with? I'm at the point of rolling in a JTA solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Sep 2012 09:40:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51732#M30272</guid>
      <dc:creator>tbee</dc:creator>
      <dc:date>2012-09-18T09:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Project architecture and feasibility</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51733#M30273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have multiple DB's, yes you'd need JTA commit transactions if you want 2-phase commits.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 08:16:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51733#M30273</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-19T08:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Project architecture and feasibility</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51734#M30274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Got it working. I found not much documentation on this, so I'm intending a short blog post with the code I used.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 08:31:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51734#M30274</guid>
      <dc:creator>tbee</dc:creator>
      <dc:date>2012-09-19T08:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Project architecture and feasibility</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51735#M30275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That would be awesome. Looking forward to it!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 09:05:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51735#M30275</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-09-20T09:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Project architecture and feasibility</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51736#M30276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm afraid I'm running into all kinds of connection problems. Activiti all of a sudden is using different connections and thus causing locking conflicts in itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=4625&amp;amp;p=17920#p17920" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/en/viewtopic.php?f=6&amp;amp;t=4625&amp;amp;p=17920#p17920&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2012 14:15:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51736#M30276</guid>
      <dc:creator>tbee</dc:creator>
      <dc:date>2012-09-20T14:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: Project architecture and feasibility</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51737#M30277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the blog:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tbeernot.wordpress.com/2012/10/02/stand-alone-business-model-with-activiti-eclipselink-and-unit-tests-on-postgresql/" rel="nofollow noopener noreferrer"&gt;http://tbeernot.wordpress.com/2012/10/02/stand-alone-business-model-with-activiti-eclipselink-and-unit-tests-on-postgresql/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Oct 2012 17:28:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/project-architecture-and-feasibility/m-p/51737#M30277</guid>
      <dc:creator>tbee</dc:creator>
      <dc:date>2012-10-02T17:28:38Z</dc:date>
    </item>
  </channel>
</rss>

