NullPointerException in ObjectReader
Brought to you by:
olivier_smadja
Revision neodatis-odb-1.9.30.689.
NullPointerException at src/org/neodatis/odb/impl/core/layers/layer3/engine/ObjectReader.java, Line 951:
if (!classInfo.getId().equals(objectInfoHeader.getClassInfoId()))
classInfo.getId() returns null.
To workaround this, I refactored the code, the patch is attached.
The cure (workaround?)
Same error as in the issue ID: 3031814