Hi
I just posted an issue I had with the money-tasks project.
I fixed by adding in the AcmeMoneyTask.java file in the org.acme.servicetasks package the below code:
<code>
/*
* (non-Javadoc)
*
* @see org.activiti.designer.integration.servicetask.AbstractCustomServiceTask #getSmallIconPath()
*/
@Override
public String getSmallIconPath() {
return "icons/coins.png";
}
</code>
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.
Many thanks for the great effort on the BPM. It is a great tool. Keep up the good work and sorry for the trouble.