You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
22-Oct-2016 12:43:30.053 SEVERE [Thread-10] org.mongodb.morphia.mapping.Mapper.fromDBObject Somebody passed in a null dbObject; bad client! java.lang.Throwable at org.mongodb.morphia.mapping.Mapper.fromDBObject(Mapper.java:186) at org.mongodb.morphia.DatastoreImpl.findAndDelete(DatastoreImpl.java:330) at org.mongodb.morphia.DatastoreImpl.findAndDelete(DatastoreImpl.java:307)
DatastoreImpl line 330: Should this be: return result == null ? null : mapper.fromDBObject(...)
The text was updated successfully, but these errors were encountered:
Morphia: 1.3.0-SNAPSHOT
Mongo driver: 3.4.0-rc1
JDK: 8
22-Oct-2016 12:43:30.053 SEVERE [Thread-10] org.mongodb.morphia.mapping.Mapper.fromDBObject Somebody passed in a null dbObject; bad client! java.lang.Throwable at org.mongodb.morphia.mapping.Mapper.fromDBObject(Mapper.java:186) at org.mongodb.morphia.DatastoreImpl.findAndDelete(DatastoreImpl.java:330) at org.mongodb.morphia.DatastoreImpl.findAndDelete(DatastoreImpl.java:307)
DatastoreImpl line 330: Should this be:
return result == null ? null : mapper.fromDBObject(...)
The text was updated successfully, but these errors were encountered: