Bug 1300084 - [one-off] avoid the class loader being overridden by cxf dynamic client in WebServiceWorkItemHandler
Summary: [one-off] avoid the class loader being overridden by cxf dynamic client in We...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Core
Version: 6.0.3
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Gary Hu
QA Contact: Radovan Synek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-19 22:52 UTC by Gary Hu
Modified: 2020-03-27 19:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2020-03-27 19:12:10 UTC
Type: Support Patch
Embargoed:


Attachments (Terms of Use)

Description Gary Hu 2016-01-19 22:52:46 UTC
When use the WS service task in a process triggered by quartz timer, the following errors are thrown intermittently:

Caused by: java.lang.NoSuchMethodException: xxx(xxx)

Actually, the soap interface does implement the method it is complaining.

This is caused by cxf dynamic client that overrides the class loader set by jbpm. 

This one-off patch aims to fix the issue in class: org.jbpm.process.workitem.webservice.WebServiceWorkItemHandler

The fix is done in https://github.com/droolsjbpm/jbpm/commit/36fb962e1c015b0bd6298c74b1804d790de61be4 which is applied in bpms 6.1.


Note You need to log in before you can comment on or make changes to this bug.