I am using spring-data-mongo 1.0.2 and when testing how it will do with version 1.1.0.M2 I was required to update the schemaLocation of my spring config to http://www.springframework.org/schem...-mongo-1.1.xsd
Ok, but this new schema appears not to support mongo:repository within mongo:repositories, there is include-filter instead. I've looked at the 1.1.x documentation and the example is there http://static.springsource.org/sprin...e/html/#d0e738
Is it a bug or does this feature goes somewhere else ?Code:<mongo:repositories base-package="com.example" repository-impl-postfix="CustomMongo"> <mongo:repository id="productRepository" custom-impl-ref="productRepositoryCustomMongo" /> </mongo:repositories>


Reply With Quote