I was trying to upgrade my application from 1.6.2.RELEASE to 1.7.0.RELEASE in my playframework project. Insert queries are working fine but there seems to be an issue when s
I'm facing this error too. I think it's the bug of the spring data mongodb.
If the Db model and all the service, repository are in one project, no such error. But if the service in another project, it can be reproduced 100%. I don't find a way to avoid this error.
Now, I'm trying to use the OGM on the mongodb persistent layer.