Bug 1038385

Summary: Correlation key serialization is not unmarshalling composite keys correctly
Product: [Retired] JBoss BPMS Platform 6 Reporter: Kris Verlaenen <kverlaen>
Component: jBPM CoreAssignee: Kris Verlaenen <kverlaen>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Svitak <jsvitak>
Severity: high Docs Contact:
Priority: high    
Version: 6.0.0CC: mbaluch
Target Milestone: ER6   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:10:57 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Kris Verlaenen 2013-12-05 03:03:51 UTC
CorrelatoinKeyXmlAdapter transforms a correlation key to XML and back (for example for sending through REST remote interface).  The unmarshalling is not correctly splitting up the composite keys.

See https://github.com/droolsjbpm/drools/blame/master/drools-core/src/main/java/org/drools/core/command/runtime/process/CorrelationKeyXmlAdapter.java

Comment 1 Kris Verlaenen 2013-12-05 03:08:33 UTC
master: http://github.com/droolsjbpm/drools/commit/ebc304c4d

Comment 2 Kris Verlaenen 2013-12-05 15:34:20 UTC
6.0.x: http://github.com/droolsjbpm/drools/commit/e787d5519

Comment 3 Jiri Svitak 2014-01-03 12:41:44 UTC
Verified in BPMS 6 ER7 (6.0.1-redhat-2).