RE: [coldbox:18534] Re: ColdBox 3.6 - JDBC Cache Error on Railo, no issue on ACF

I wouldn’t expect Railo to be able to deserialize a cached object that was serialized by Adobe CF. If you check out the JDBC store, I’m pretty certain it uses two different methods. You may have to make your own version that uses a different method of serialization that both engines are compatible with.

Thanks!

~Brad

ColdBox Platform Evangelist
Ortus Solutions, Corp

E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com

Hi Brad,

Hmmm, okay…that’s a bummer. Right now I just have the cache reference injected into my service, and it references the JDBC Store. If I needed to override cache.set(), or create a new function, or passing an argument to force Railo serialization, what would be the recommended approach to do that? Just create a new method called setRailo() and make the necessary changes?

Thanks.

Nolan