]
RH Bugzilla Integration commented on DROOLS-924:
------------------------------------------------
Kris Verlaenen <kverlaen(a)redhat.com> changed the Status of [bug
EventFactHandles are not deserialized correctly
-----------------------------------------------
Key: DROOLS-924
URL:
https://issues.jboss.org/browse/DROOLS-924
Project: Drools
Issue Type: Bug
Reporter: Mario Fusco
Assignee: Mario Fusco
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.