<?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: [deployment] deploying process definitions and code -suggest in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/deployment-deploying-process-definitions-and-code-suggest/m-p/80040#M53365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;(are you THE javapapo?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Question1: in case I wanted to isolate the business process code (definitions + java code) in a single 'module' the suggested way would be to have a generic Web App deployment plan (war) and then throw there any related jar/pars? Is it an exploded war the basis for a start or I would just throw jars and bars just in the class path?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes - in case you want to run the processes isolated, you would need obviously the Activiti engine + jars referenced in your processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Putting them in the war is the preferred way (in my opinion), but you also must make sure that the activiti jars are also in the war. Otherwise, you might get strange classloading problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Question2: From the examples I can see that activiti.cfg.xml is being bundled within a specific jar (with the same name) and thrown within the classpath of the server - so that is picked and initialize the engine etc. Is this a suggested way to decouple this configuration file or I could just include activiti.cfg.xml within my jars - part of the simple application above?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The only requirement is that the config xml file is found on the classpath. If this is a jar, all is ok. If this is&amp;nbsp; not in a jar, then you have to make sure your webapp can find it (eg in WEB-INF/classes/ or /lib)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2011 08:15:52 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2011-04-21T08:15:52Z</dc:date>
    <item>
      <title>[deployment] deploying process definitions and code -suggest</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment-deploying-process-definitions-and-code-suggest/m-p/80039#M53364</link>
      <description>Hello to all, my apologies for my initial simple question.Based on the activiti-engine examples and the demo project I am trying to simplify and break down the steps of deployment in a very simplistic scenario. I am going to have a tomcat installation where I will deploy as the examples indicate my</description>
      <pubDate>Wed, 20 Apr 2011 11:34:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment-deploying-process-definitions-and-code-suggest/m-p/80039#M53364</guid>
      <dc:creator>javapapo</dc:creator>
      <dc:date>2011-04-20T11:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: [deployment] deploying process definitions and code -suggest</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment-deploying-process-definitions-and-code-suggest/m-p/80040#M53365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;(are you THE javapapo?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Question1: in case I wanted to isolate the business process code (definitions + java code) in a single 'module' the suggested way would be to have a generic Web App deployment plan (war) and then throw there any related jar/pars? Is it an exploded war the basis for a start or I would just throw jars and bars just in the class path?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes - in case you want to run the processes isolated, you would need obviously the Activiti engine + jars referenced in your processes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Putting them in the war is the preferred way (in my opinion), but you also must make sure that the activiti jars are also in the war. Otherwise, you might get strange classloading problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Question2: From the examples I can see that activiti.cfg.xml is being bundled within a specific jar (with the same name) and thrown within the classpath of the server - so that is picked and initialize the engine etc. Is this a suggested way to decouple this configuration file or I could just include activiti.cfg.xml within my jars - part of the simple application above?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;The only requirement is that the config xml file is found on the classpath. If this is a jar, all is ok. If this is&amp;nbsp; not in a jar, then you have to make sure your webapp can find it (eg in WEB-INF/classes/ or /lib)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 08:15:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment-deploying-process-definitions-and-code-suggest/m-p/80040#M53365</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-04-21T08:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: [deployment] deploying process definitions and code -suggest</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment-deploying-process-definitions-and-code-suggest/m-p/80041#M53366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Joram, greetings from Athens &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;. I have finally finished my JBPM 3 project and now there is time…for exploring your new tech - looks actually promising..and now I am getting into the details!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind Regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Paris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 08:22:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment-deploying-process-definitions-and-code-suggest/m-p/80041#M53366</guid>
      <dc:creator>javapapo</dc:creator>
      <dc:date>2011-04-21T08:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: [deployment] deploying process definitions and code -suggest</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/deployment-deploying-process-definitions-and-code-suggest/m-p/80042#M53367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Awesome! Welcome to Activiti!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm sure you will feel quickly at home here &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2011 06:47:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/deployment-deploying-process-definitions-and-code-suggest/m-p/80042#M53367</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2011-04-22T06:47:27Z</dc:date>
    </item>
  </channel>
</rss>

