<?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: Run money-tasks got ' Argument cannot be null' in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/run-money-tasks-got-argument-cannot-be-null/m-p/174517#M127647</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;SPAN&gt;I am getting the same error. Here are the steps that I have done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[1] Created a general project in Eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[2] After creating it, I converted it to a Maven project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[3] Modified pom.xml just as the user guide said. I even tried to modify the repository as shown in this thread (&lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/content/adaption-designer" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/adaption-designer&lt;/A&gt;&lt;SPAN&gt;). I am attaching my pom.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[4] Created the folder structure as the user guide said and dowloaded the money-tasks from GitHub repository (&lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti-Designer/tree/master/examples" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti-Designer/tree/master/examples&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[5] Once everything was in place, I right clicked on the project and selected Maven &amp;gt; Update Project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[6] Afterwards, I right clicked again in the project and selected Run As &amp;gt; maven clean. Just to be sure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[7] Finally, I right clicked the project and selected Run As &amp;gt; maven build. This created the target folder structure and the jar file. The build displayed no errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[8] Moved the jar file to a different folder outside the workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[9] Added the jar file in User Libraries in Eclipse in the Java section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[10] Created a new and clean Activiti project, and added a new Activiti diagram. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, the diagram does not open, the error shown is "Argument cannot be null". Attached are all the errors reported by Eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For sure this is has little to do with the Designer, and more about Maven. But I have tried many things and I cannot seam to get this right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will deeply appreciate if you could give me a hint of what could it be that I am doing wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks in advance and sorry for the trouble.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Feb 2015 09:21:37 GMT</pubDate>
    <dc:creator>jcoveron</dc:creator>
    <dc:date>2015-02-05T09:21:37Z</dc:date>
    <item>
      <title>Run money-tasks got ' Argument cannot be null'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/run-money-tasks-got-argument-cannot-be-null/m-p/174515#M127645</link>
      <description>when i run the examples money-tasks of activiti designers 5.14.1 ,i got this error :java.lang.IllegalArgumentException: Argument cannot be null&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.swt.SWT.error(SWT.java:4378)&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.swt.SWT.error(SWT.java:4312)&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.swt.SWT.error(SWT.java:4283)&amp;nbsp;&amp;nbsp;&amp;nbsp;at org.eclipse.s</description>
      <pubDate>Thu, 06 Mar 2014 07:25:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/run-money-tasks-got-argument-cannot-be-null/m-p/174515#M127645</guid>
      <dc:creator>newdon</dc:creator>
      <dc:date>2014-03-06T07:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Run money-tasks got ' Argument cannot be null'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/run-money-tasks-got-argument-cannot-be-null/m-p/174516#M127646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Seems to be an issue with the location of the image-file (icon for the task). &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 09:56:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/run-money-tasks-got-argument-cannot-be-null/m-p/174516#M127646</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2014-03-10T09:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: Run money-tasks got ' Argument cannot be null'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/run-money-tasks-got-argument-cannot-be-null/m-p/174517#M127647</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;SPAN&gt;I am getting the same error. Here are the steps that I have done.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[1] Created a general project in Eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[2] After creating it, I converted it to a Maven project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[3] Modified pom.xml just as the user guide said. I even tried to modify the repository as shown in this thread (&lt;/SPAN&gt;&lt;A href="http://forums.activiti.org/content/adaption-designer" rel="nofollow noopener noreferrer"&gt;http://forums.activiti.org/content/adaption-designer&lt;/A&gt;&lt;SPAN&gt;). I am attaching my pom.xml.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[4] Created the folder structure as the user guide said and dowloaded the money-tasks from GitHub repository (&lt;/SPAN&gt;&lt;A href="https://github.com/Activiti/Activiti-Designer/tree/master/examples" rel="nofollow noopener noreferrer"&gt;https://github.com/Activiti/Activiti-Designer/tree/master/examples&lt;/A&gt;&lt;SPAN&gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[5] Once everything was in place, I right clicked on the project and selected Maven &amp;gt; Update Project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[6] Afterwards, I right clicked again in the project and selected Run As &amp;gt; maven clean. Just to be sure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[7] Finally, I right clicked the project and selected Run As &amp;gt; maven build. This created the target folder structure and the jar file. The build displayed no errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[8] Moved the jar file to a different folder outside the workspace.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[9] Added the jar file in User Libraries in Eclipse in the Java section.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[10] Created a new and clean Activiti project, and added a new Activiti diagram. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, the diagram does not open, the error shown is "Argument cannot be null". Attached are all the errors reported by Eclipse.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For sure this is has little to do with the Designer, and more about Maven. But I have tried many things and I cannot seam to get this right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will deeply appreciate if you could give me a hint of what could it be that I am doing wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks in advance and sorry for the trouble.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 09:21:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/run-money-tasks-got-argument-cannot-be-null/m-p/174517#M127647</guid>
      <dc:creator>jcoveron</dc:creator>
      <dc:date>2015-02-05T09:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Run money-tasks got ' Argument cannot be null'</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/run-money-tasks-got-argument-cannot-be-null/m-p/174518#M127648</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;SPAN&gt;I just posted an issue I had with the money-tasks project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I fixed by adding in the AcmeMoneyTask.java file in the org.acme.servicetasks package the below code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; /*&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; * (non-Javadoc)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; *&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; * @see org.activiti.designer.integration.servicetask.AbstractCustomServiceTask #getSmallIconPath()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; */&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; @Override&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; public String getSmallIconPath() {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; return "icons/coins.png";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not sure if this is the right way to fix it or it is just missing in the sample code in the GitHub repository, or maybe I just downloaded the wrong version. But I though it was a good idea to post how I was able to correctly test the money-tasks example.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for the great effort on the BPM. It is a great tool. Keep up the good work and sorry for the trouble.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Feb 2015 10:01:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/run-money-tasks-got-argument-cannot-be-null/m-p/174518#M127648</guid>
      <dc:creator>jcoveron</dc:creator>
      <dc:date>2015-02-05T10:01:01Z</dc:date>
    </item>
  </channel>
</rss>

