Neodatis tries to build a HashMap when retrieves an EnumMap
Brought to you by:
olivier_smadja
I tried to retrieve from a Neodatis database a class with an EnumMap field. Storing works well, but when neodatis tries to restore the EnumMap trough reflection it tries to cast it into EnumMap and crashes:
NeoDatisError:277:Error while creating instance of MAP of class java.util.HashMap
I'm using neodatis 1.9.30.689 with java 1.6.0.18 in the 64bit OpenJDK Vm build 14.0-b16
I've attached stactrace and .java code to reproduce the error.
Error sample and stacktrace