-
Type:
Bug
-
Status: Verified (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 7.0.0.GA
-
Fix Version/s: 7.1.0.GA
-
Component/s: Business Central, Kie-Server
-
Labels:None
-
Environment:
RHEL 7.5, EAP 7.1.0, PAM 7.0.0
-
Target Release:
-
Steps to Reproduce:
WebService task execution in a business process fails with the error [1] (stated below) when using org.jbpm.process.workitem.webservice.WebServiceWorkItemHandler.
[1] "Unexpected error occurred: Unexpected HTTP response code when requesting URI 'http://localhost:8080/kie-server/services/rest/server/containers/sample-ws-call_1.0.0/processes/sample-ws-call.InvokeWSProcess/instances'! Error code: 500, message: "Unable to create response: [sample-ws-call.InvokeWSProcess:2 - WS:2] – java.lang.ClassCastException: Cannot cast org.apache.cxf.wsdl11.WSDLManagerImpl to org.apache.cxf.wsdl.WSDLManager"
"
This error is due to the fact that there are 2 different versions of cxf*.jars that gets loaded into the runtime - one from EAP modules and the other from kie-server.war/WEB-INF/lib
- cloned to
-
JBPM-7479 WebService Task execution fails with ClassCastException
-
- Resolved
-