Re: Error loading cluster config serialized prior to repackage

2016-09-20 Thread Dan Smith
I like your idea of having registered DataSwizzlers. Would registering a DataSerializer for these classes work? It would be nice to just use the extension mechanism that's already there. -Dan On Tue, Sep 20, 2016 at 1:29 PM, Bruce Schuchardt wrote: > The repackage broke those two methods. The

Re: Error loading cluster config serialized prior to repackage

2016-09-20 Thread Bruce Schuchardt
The repackage broke those two methods. The oldPackage needs to replace "org.apache" with "com.gemstone". It allows interaction with a locator from WAN sites and clients running GemFire. I'll fix that problem. Le 9/20/2016 à 11:53 AM, Kirk Lund a écrit : If current develop attempts to read a

Error loading cluster config serialized prior to repackage

2016-09-20 Thread Kirk Lund
If current develop attempts to read a cluster config that was persisted prior to the repackage, our code now throws ClassNotFoundException. Turns out Cluster Config is implemented by the class org.apache.geode.management.internal.configuration.domain.Configuration which is a DataSerializable. Unfor