Fixed
Details
Assignee
Guillaume ScheibelGuillaume ScheibelReporter
Guillaume ScheibelGuillaume ScheibelLabels
Participants
Guillaume ScheibelComponents
Fix versions
Priority
Major
Details
Details
Assignee
Guillaume Scheibel
Guillaume ScheibelReporter
Guillaume Scheibel
Guillaume ScheibelLabels
Participants
Guillaume Scheibel
Components
Fix versions
Priority
Created February 21, 2013 at 7:36 PM
Updated September 25, 2013 at 1:47 PM
Resolved June 7, 2013 at 11:25 AM
With the https://hibernate.atlassian.net/browse/OGM-267#icft=OGM-267 (upgrade mongodb java driver to 2.10.1) new WriteConcern settings are available.
The complete list is here: http://api.mongodb.org/java/current/com/mongodb/WriteConcern.html
The idea is to replace hibernate.ogm.mongodb.safe by hibernate.ogm.mongodb.writeconcern and then map values to WriteConcern.*
So with hibernate.ogm.mongodb.writeconcern="NORMAL" the WriteConcern.NORMAL setting will be used.
So as the driver, the default value will be ACKNOWLEDGMENT