Results 1 to 2 of 2

Thread: No versionless repository schema docs

  1. #1
    Join Date
    Jul 2005
    Location
    Austin, TX
    Posts
    137

    Question No versionless repository schema docs

    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:
    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>.
    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).

    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

  2. #2
    Join Date
    Jul 2005
    Location
    Austin, TX
    Posts
    137

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •