<?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: Add JARs to Activiti project in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185492#M138622</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;(But thanks for posting your solution back, of course &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, 17 Oct 2014 09:46:14 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2014-10-17T09:46:14Z</dc:date>
    <item>
      <title>Add JARs to Activiti project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185486#M138616</link>
      <description>Hello everyone,I'm new to Activiti, and I have a question about the workflow creation in Activiti Designer plugin in Eclipse.I already have existing (maven) Java project and I would like to design a workflow that uses some of those classes (Service Tasks). However, I can't find how to add my Busines</description>
      <pubDate>Fri, 03 Oct 2014 10:04:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185486#M138616</guid>
      <dc:creator>bam</dc:creator>
      <dc:date>2014-10-03T10:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add JARs to Activiti project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185487#M138617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea guys ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How do you design your workflow in those circumstances ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 08:10:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185487#M138617</guid>
      <dc:creator>bam</dc:creator>
      <dc:date>2014-10-13T08:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add JARs to Activiti project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185488#M138618</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;In eclipse, you can define your project as Activiti's project which will be build with maven. It's classical maven build for dependencies.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After you can use a Service Task in your workflow and you can select the Java class who will be called during the execution of the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you creating the deployment of the project, you'll find a .bar (which contains the workflow definition) and a Jar which contains your classes who nneds to be deployed on the tomcat in Activiti libraries directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it okay ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Marc-Antoine&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 08:40:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185488#M138618</guid>
      <dc:creator>marcantoine</dc:creator>
      <dc:date>2014-10-13T08:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add JARs to Activiti project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185489#M138619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Marcantoine,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do not want to change my existing projects.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've already created a project for the Activiti processes. I would like to add my custom JARs inside it, in order to use the classes from my projects in the workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried adding the dependency in pom.xml, but nothing. I've installed m2e plugin and built with "mvn install" and "mvn eclipse:eclipse" but nothing. I've finally decided to not use maven (bad thing) and add the JAR on the "Java Build Path" in Project Properties. But still nothing, my classes doesn't appear when I choose a Service Task and click "Select class".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What should I do ? I guess this is common ground, you don't have all your projects and classes inside a designer's project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Oct 2014 15:11:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185489#M138619</guid>
      <dc:creator>bam</dc:creator>
      <dc:date>2014-10-14T15:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Add JARs to Activiti project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185490#M138620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have finally found the solution !&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem was that, in order for maven to actually download the dependencies, you have to run the following command on you project (actually detailed in the user guide : &lt;/SPAN&gt;&lt;A href="http://www.activiti.org/userguide/#activitiDesigner" rel="nofollow noopener noreferrer"&gt;http://www.activiti.org/userguide/#activitiDesigner&lt;/A&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;mvn eclipse:eclipse&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then, another issue I faced is that there were many errors indicating libraries not found. it was adding build path entries with &amp;lt;code&amp;gt;M2_HOME&amp;lt;/code&amp;gt; variable, which is not set by default. You have to go to &lt;/SPAN&gt;&lt;EM&gt;Preferences &amp;gt; Maven &amp;gt; User settings&lt;/EM&gt;&lt;SPAN&gt; and define your maven library path ( &lt;/SPAN&gt;&lt;A href="http://www.mkyong.com/maven/how-to-configure-m2_repo-variable-in-eclipse-ide/" rel="nofollow noopener noreferrer"&gt;http://www.mkyong.com/maven/how-to-configure-m2_repo-variable-in-eclipse-ide/&lt;/A&gt;&lt;SPAN&gt; ).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was then able to access my custom classes available in maven repo.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PS : I feel that forum support is kind of… light.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 09:09:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185490#M138620</guid>
      <dc:creator>bam</dc:creator>
      <dc:date>2014-10-16T09:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add JARs to Activiti project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185491#M138621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;"PS : I feel that forum support is kind of… light."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry if you feel that way. It's just that Eclipse plugin development is very niche and very few people do it / are able to do it (I myself have much troubles with it …)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2014 09:45:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185491#M138621</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-10-17T09:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add JARs to Activiti project</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185492#M138622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;(But thanks for posting your solution back, of course &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, 17 Oct 2014 09:46:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-jars-to-activiti-project/m-p/185492#M138622</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-10-17T09:46:14Z</dc:date>
    </item>
  </channel>
</rss>

