Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
After new DbObject is persisted, the user can't retrieve the OID of the stored record. We should store the OID in the header so this construct should be possible:
from("direct:..."). to("mongodb:...operation=insert").setBody().header(MongoDbConstants.OID);