Hi,
I have been trying to get the Notifications example in Chap 13 of the JBPM5 userguide.
http://docs.jboss.org/jbpm/v5.2/userguide/ch13.html
During executing service nodes, a NotificationWorkItemHandler class should be created,
There is an error occurs in the following line,
EmailService service = ServiceRegistry.getInstance().getEmailService();
error is: "EmailService cannot be resolved to a type"
It looks, an import is missing.
Please help me in resolving this issue.
Thanks