Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.7.1
-
None
Description
Current Situation
- When attempting to preview the XSD schema for both Notification and File Transfer configurations by clicking the provided schema link, an HTTP ERROR 404 Not Found is returned.
- Additionally, while downloading the schema using the download button, the following error appears in joc.log file:
JSON Validation impossible: no schema specified for com.sos.joc.model.xmleditor.schema.SchemaDownloadConfiguration
- Despite this error, the schema downloads successfully.
Desired Behavior
- The schema link for XSD previews should function correctly.
- The process of downloading schemas should not generate errors in the joc.log file.