Errors in CSDL "16.1 Products and Categories Example" and "15.4 Properties"

    • Type: Improvement
    • Resolution: Fixed
    • Priority: Minor
    • V4.0_ERRATA01
    • Affects Version/s: V4.0_OS
    • Component/s: CSDL XML
    • None
    • Environment:

      [Applied]

    • Hide

      Fix the Uris and Change OptimisticConcurrencyControl to OptimisticConcurrency

      Show
      Fix the Uris and Change OptimisticConcurrencyControl to OptimisticConcurrency

      The example uses Uris of the form:

      http://docs.oasis-open.org/odata/odata/v4.0/cs01/vocabularies/...

      but should use:

      http://docs.oasis-open.org/odata/odata/v4.0/os/vocabularies/...

      Also, the example has:

      <Annotation Term="Core.OptimisticConcurrencyControl">

      which should be:

      <Annotation Term="Core.OptimisticConcurrency">

      Example 75 in 15.4 has

      "QualifiedName":"Core.OptimisticConcurrencyControl",
      "Name":"OptimisticConcurrencyControl",

      and should be

      "QualifiedName":"Core.OptimisticConcurrency",
      "Name":"OptimisticConcurrency",

            Assignee:
            handl
            Reporter:
            evan.ireland.2
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: