Below is a follow-up question to Question 13832188:
I\'m using spring-data-mongodb version 1.1.1.RELEASE. I am able to persist an object i
You seem to have found a bug. The value resulting from the first Spel expression evaluation is a DBObject and not actually translated into the parameter type. I've already have some code here locally that fixes that. Would you mind creating a ticket against Spring Data MongoDB to file this as a bug?