Closed
Description
Mark Pollack opened DATAMONGO-165 and commented
made a refactoring from 'name' to 'firstName' and ended up with a NPE when trying to remove the object (inadvertently passed in 'null' to template.remove(). Optionally we can enable validation of the field names so they can checked at runtime against the class to give a more descriptive error and w/o hitting the DB. This I believe is done in morphia under the categorization of 'type-safe' query
Affects: 1.0 M3