What's the relationship between Input/OutputMarshaller in Drools and the ObjectMarshallingStrategies used to configure a persistence envi in jBPM?
I am using a custom ObjectMarshallerStrategy when using JPA persistence, but it seems that my accumulate rule in Drools is still trying to serialize facts through Input/OutputMarshaller.
Can anybody give a quick explanation?