-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
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)
- is duplicated by
-
DROOLS-696 KnowledgeBaseAdapter is Externalizable, but doesn't have the default constructor
- Resolved