Just to confirm issue got resolved after adding new enum constants to the end.
With best regards, Ashish On Wed, Oct 24, 2018, 4:00 PM aashish choudhary < [email protected]> wrote: > Hi, > > We have observed a weird issue where in when we are trying put data to > geode and if object hierarchy has an enum class we get following exception. > > Pdx only allows new enum constants to be added to the end of the enum. > > From the exception it's understandable that it's expecting constants to > added at the end but this is a bit odd behaviour. Why it is being > implemented in such a way? > > With best regards, > Ashish >
