Hello,

I am using Apache Camel 2.14.0.  I am calling the mongo endpoint in the
following format:

mongodb:product-reference-mongo?database=ProductReferenceMetaData&collection=productVersions&operation=save

According to the documentation, the 'save' operation is supposed to update
it if it exists or create it, if it does not exist already (using the _id to
find if it exists).

But the second 'save' is never updated.  That is, if a record already exists
in the collection, then the save operation ignores the second 'save'.

Any suggestions?

Thanks,
sgs.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Camel-MongoDB-Save-Operation-Does-Not-Upsert-tp5783302.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to