Hi, have recently been running into this issue when changing the schema:
com.objectdb.o._PersistenceException: Failed to locate field
in this case, adding a primitive String field to an Entity.
pretty sure that in the past schema evolution would not have triggered errors, is this case, a simple new field, shouldn't the policy be to add a null in that field, or other default for that primitive.
Specifically, from:
http://www.objectdb.com/java/jpa/entity/schema
"Fields in the new schema that do not have matching fields in the old schema are initialized with default values (0, false or null)."
is this a bug, or have I somehow configured the database to complain about this?