mbeckerle commented on issue #649: URL: https://github.com/apache/daffodil-vscode/issues/649#issuecomment-1603320126
Verified. This is Java 17 issue. (Release note needed) Using Java 11 I do not get the backtrace, and I do see the schema definition error message in the terminal. ``` 2023-06-22 17:08:34,337 [io-compute-5] DEBUG o.a.d.d.d.DAPodil - debugee: Errored(org.apache.daffodil.debugger.dap.Compiler$CompilationFailed: Schema Definition Error: Error loading schema due to org.xml.sax.SAXParseException; lineNumber: 93; columnNumber: 32; cvc-enumeration-valid: Value 'bytes1' is not facet-valid with respect to enumeration '[bits, bytes, characters]'. It must be a value from the enumeration. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
