Uploaded image for project: 'Daffodil'
  1. Daffodil
  2. DAFFODIL-1473

DFDL Schema Validation not happening properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0.0
    • 2.1.0
    • Front End, General
    • None

    Description

      I discovered that the natural xerces load time validation that is supposed to happen when DFDL schemas are loaded, is not happening.

      There seems to be code for doing a whole separate load pass just to validate rather than doing it at load time. This might be a holdover from when we were using the "constructing parser" for XML for more things, rather than Xerces. Not sure.

      All I know is that in DFDLSchemaFile.scala, there is no call to loader.setValidation(...) so those loads don't validate, and that causes many syntactic problems to go undetected.

      However, I don't want to fix this right now, because lots of tests break. We should fix this one little thing and fix up the tests that break at that point in one commit.

      Attachments

        Activity

          People

            dfthompson Dave Thompson
            mbeckerle Mike Beckerle
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: