This issue can't be edited

Because it belongs to an archived project. Jira admins can restore projects from the archive.

Expose the WriteConcern settings to the configuration

Description

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

Environment

None

Activity

Show:

Guillaume Scheibel June 4, 2013 at 5:16 PM

Guillaume Scheibel February 22, 2013 at 6:41 PM
Edited

Fixed

Details

Assignee

Reporter

Labels

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

Flag notifications