Bug 1264541 - [GSS] (6.1.z) EventFactHandles are not deserialized correctly causing error "No enum constant org.drools.core.factmodel.traits.TraitTypeEnum.xxx"
Summary: [GSS] (6.1.z) EventFactHandles are not deserialized correctly causing error "...
Keywords:
Status: CLOSED EOL
Alias: None
Product: JBoss BPMS Platform 6
Classification: Retired
Component: jBPM Core
Version: 6.1.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: CR1
: ---
Assignee: Mario Fusco
QA Contact: Karel Suta
URL:
Whiteboard:
Depends On: 1264525
Blocks: 1259378 1259382
TreeView+ depends on / blocked
 
Reported: 2015-09-18 18:29 UTC by Gary Hu
Modified: 2020-03-27 19:02 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1264525
Environment:
Last Closed: 2020-03-27 19:02:56 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker DROOLS-924 0 Major Resolved EventFactHandles are not deserialized correctly 2016-05-20 08:29:49 UTC

Description Gary Hu 2015-09-18 18:29:10 UTC
+++ This bug was initially created as a clone of Bug #1264525 +++

The following code causes errors "No enum constant org.drools.core.factmodel.traits.TraitTypeEnum.xxx" 

 XStream xstream = BatchExecutionHelper.newXStreamMarshaller();
 ...
 ExecutionResults results = (ExecutionResults) xstream.fromXML(responseXml);

The root cause is explained in the jira https://issues.jboss.org/browse/DROOLS-924
"EventFactHandle overrides DefaultFactHandle's toExternalForm(), but it is not happening the same for the createFromExternalFormat() method. Moreover no code takes care of the 1st argument (the format version) of the serialized format so when deserializing it always instance a DefaultFactHandle even when it was serialized an event."

--- Additional comment from Mario Fusco on 2015-09-18 12:47:14 EDT ---

Fixed by https://github.com/droolsjbpm/drools/commit/59d791076204d28ed370bf83b7f21e9864b0a701 and https://github.com/droolsjbpm/jbpm/commit/c6fd866c5

--- Additional comment from JBoss Product and Program Management on 2015-09-18 12:50:08 EDT ---

Since this issue was entered in Red Hat Bugzilla, the release flag has been
set to ? to ensure that it is properly evaluated for this release.

Comment 3 Mario Fusco 2015-09-24 08:04:58 UTC
Cherry-picked to 6.2.x branch with https://github.com/droolsjbpm/drools/commit/e95a7bb58 and https://github.com/droolsjbpm/jbpm/commit/3fda3dd73

Comment 4 Mario Fusco 2015-09-24 15:16:33 UTC
Also this commit is necessary https://github.com/droolsjbpm/drools/commit/b066c0b69d3b762913a0c724a917dfd71a4340b6

Comment 5 Karel Suta 2015-10-12 13:29:07 UTC
Verified in 6.1.4


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