Hi all,
I just noticed that the various Spring Data xxx schema documents are not available without a version. I don't know why I didn't notice this before. Here's the STS error marker text within one of my context files:
Then, this morning, the error persisted, so I checked my browser for it at http://www.springframework.org/schem...ring-mongo.xsd and I'm getting a 404. It looks like there are no versionless copies of the schema docs, unlike the rest of the Spring schemas (see http://www.springframework.org/schema/context/, for example).Code:Multiple annotations found at this line: - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mongo:repositories'. - schema_reference.4: Failed to read schema document 'http://www.springframework.org/schema/data/mongo/spring-mongo.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
Anyone else seeing this? Can the Spring Data guys please provide versionless schema docs that are always copies of the latest released schema docs like the rest of the Spring Framework?
-matthew


Reply With Quote
