]
Mario Fusco resolved DROOLS-2290.
---------------------------------
Resolution: Done
Fixed by
KieSessionConfiguration is not serializable
-------------------------------------------
Key: DROOLS-2290
URL:
https://issues.jboss.org/browse/DROOLS-2290
Project: Drools
Issue Type: Bug
Components: core engine
Reporter: Mario Fusco
Assignee: Mario Fusco
The TimerJobFactoryType has been changed from an enum into a class which is not declared
Serializable. That implies that it is no longer serializable and then also the session
configuration that contains it isn't.