Hi,
I have created a service task in my process and created corresponding java classes for it. When I deploy my bar file and start the process, I get the below error when I hit the service task -
03130003 Wrapped Exception (with status template): couldn't instantiate class com.delegate.EmailNotify
I'm unable to debug this issue. I searched the forum and tried all possible solutions posted in forum like copying the jar file to activiti-rest/WEB-INF/lib, including the jar in classpath.
Please help me fix this issue. I have attached my eclipse project with this.