Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
GIVEN a couple of PdxSerializable implementations for the same class, let's say v1 and v2
WHEN you GET a v1 entry of this PdxSerializable just after client startup and after that perform a PUT of v2 entry.
THEN the PUT operation uses the PdxType from v1 instead of the right one, leading to data corruption