I see that you are using jbpm persistence:
<dependency>
<groupId>org.jbpm</groupId>
<artifactId>jbpm-persistence-jpa</artifactId>
<version>5.3.0.Final</version>
</dependency>
adn jbpm human task
|
| <dependency> |
|
|
| <groupId>org.jbpm</groupId> |
|
|
| <artifactId>jbpm-human-task-mina</artifactId> |
|
|
| <version>${jbpm.version}</version> |
|
| </dependency> |
<jbpm.version>5.4.0.CR1</jbpm.version>
You should use the same version there.. Could you please put the same versions there and check?
Hope this helps,
Demian