The bpmn(using eclipse for WSO2) I have created, is using a java class in service task. The java class that is to be used with the business process is ready as a jar file. Do I have to give this jar file as a dependency somewhere? And if so, then where?
Asked
Active
Viewed 42 times
1 Answers
0
Since it is a jar you can put it in the repository/components/lib directory and restart the server. Then at the server startup it will be converted to a bundle and get install to the server

Thusitha Thilina Dayaratne
- 5,666
- 4
- 42
- 69
-
Thank you so much. It works. But now I'm getting another error message : "error Starting process : java.lang.Long cannot be cast into java.lang.String". – Lipsa Pradhan Apr 11 '17 at 12:55
-
That much be due to a error in your code. Check on that line – Thusitha Thilina Dayaratne Apr 12 '17 at 01:14