I was trying to incorporate WSO2 DSS 3.5.0 with Mongodb 3.2.1;
I found out that the functions exposed by the .dbs file are very limited compared to the mongo shell
for example:
the famous
db.collection.FindAndModify()
is not supported;
nested usage of mongodb shell command as following
db.collection.remove({_id: $BinData(3, #)}
can not be parsed
I googled around and found a ds-connector-mongodb(with mongo-java-driver-2.9.0, and jongo 0.3) on Github
I checkd the DSS 3.5.0 bundles under "/repository/components/plugins", and found "mongo-java-driver_3.0.0.wso2v2.jar" ...
I am totally confused about how mongodb is supported on WSO2 DSS 3.5
Had the "ds-connector-mongodb" been deprecated? or had there it been a new structure/frame or what?
not to mention there were compatibility problems between the 2.x.x and 3.x.x of mongo-java-drive ...
please advice thanks