BlackLabs / play-morphia

Provide mongodb access service to play.db.Model via Morphia
Apache License 2.0
130 stars 49 forks source link

Application.conf morphia.autoTimestamp doesn't work at all #97

Closed d33t closed 11 years ago

d33t commented 12 years ago

https://github.com/greenlaw110/play-morphia/blob/master/src/play/modules/morphia/MorphiaPlugin.java#L117 is never initialized (except of the default value). The method https://github.com/greenlaw110/play-morphia/blob/master/src/play/modules/morphia/MorphiaPlugin.java#L535 which is responsible for its properly initialization is never called.