Abhishek Nayak
Abhishek Nayak

Reputation: 3748

While JBPM spring integration getting org.jbpm.task.Attachment" cannot be resolved error

i am new to jbpm. i am trying to run this github application on my eclipse workspace.

i upgraded jbpm version from 5.4.0-Snapshot to 5.4.0.Final and getting errors like:

In TaskServiceSetup.java file transactionManager cannot be resolved to a variable.

and SyncWSHumanTaskHandler is deprecated, what is the alternative to this class?

Upvotes: 1

Views: 111

Answers (1)

Jens
Jens

Reputation: 69440

First transactionManager is never declared in your class.

Second use GenericHTWorkItemHandler instead of the deprecated SyncWSHumanTaskHandler

Upvotes: 1

Related Questions