JDO error: Specified enum getter-by-value for field...
Specified enum getter-by-value for field ... gave an error on extracting the enum so just using the ordinal : null
This is a very vague message that could occur due to a very common mistake. Which is writing your enum getter-by-value or value-getter methods to accept or return numbers that aren't of the type "short"
This is a very vague message that could occur due to a very common mistake. Which is writing your enum getter-by-value or value-getter methods to accept or return numbers that aren't of the type "short"
I don't know if there is a way to bypass this restriction.
Comments
Post a Comment