invoking class through activiti diagram

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2014 04:04 AM
i am trying to execute simple java class through activiti diagram bt it gives ann exception
" Exception while invoking tasklistner:could not initiate class ABC"
i am assing class to usertask listener properties
" Exception while invoking tasklistner:could not initiate class ABC"
i am assing class to usertask listener properties
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2014 05:34 AM
Make sure the class with name "ABC" in on the classpath of the engine. Just a sidenote, it's discouraged to use the default package in Java, make it eg. "com.mycompany.ABC".
