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
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
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