]
Mario Fusco resolved DROOLS-671.
--------------------------------
Fix Version/s: 6.2.0.Final
Resolution: Done
Fixed by
KnowledgeBaseAdapter in legacy 5.x API is not serializable
----------------------------------------------------------
Key: DROOLS-671
URL:
https://issues.jboss.org/browse/DROOLS-671
Project: Drools
Issue Type: Bug
Reporter: Mario Fusco
Assignee: Mario Fusco
Fix For: 6.2.0.Final
Trying to serialize a KnowledgeBase created with the legacy 5.x API causes the following
exception.
java.io.NotSerializableException: org.drools.impl.adapters.KnowledgeBaseAdapter
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1184)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348)