ClassNotFoundException is thrown when WebServiceWorkItemHandler is called on Kie server, see exception is attachment.
The issue is reproducible just on Java 11.
It seems that it could be fixed by adding this dependency:
<dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-xjc</artifactId> </dependency>