Hello Friends,
Happy Holidays!
I am trying to to implement a cluster in my application, using Hazelcast. The issue is that the sessions need to be available to all nodes. Currently the sessions are stored in a Map but once I put the Hazelcast codes I get and exception. It is pretty simple, StatefulKnowledgeSessionImpl is not serializable. How can I get this wot work or make it serializable?
Regards
Donald