kiegroup / jbpm-work-items

Collection of jBPM work items and handlers
Apache License 2.0
44 stars 77 forks source link

ClassNotFound for jira.AddCommentOnIssue #108

Open pefeigl opened 5 years ago

pefeigl commented 5 years ago

I've been trying to get the Jira work items going, but run into the following:

java.lang.ClassNotFoundException: org.jbpm.process.workitem.jira.AddCommentOnIssueWorkitemHandler from [Module "deployment.kie-server.war" from Service Module Loader]

Is this a known problem with 7.25.0.Final? I've tried redoing everything (including the entire jbpm installation) multiple times, some other work items work fine, but the Jira ones do not :-/ Also, the default "Log" work item does not seem to work either...

tsurdilo commented 5 years ago

@pefeigl Could you share a reproducible example so I can test please? The error probably just means that you do not have proper dependencies to this repo set up, but need to see code to make sure. Thanks!