Mike Beckerle created DAFFODIL-3000: ---------------------------------------
Summary: CLI -vv option resolvedSchemaLocation useless Key: DAFFODIL-3000 URL: https://issues.apache.org/jira/browse/DAFFODIL-3000 Project: Daffodil Issue Type: Bug Components: CLI Reporter: Mike Beckerle With the "-vv" option, a daffodil parse command outputs many log messages about file resolving, including this: ``` schemaLocationProperty='Some(file:/home/mbeckerle/dataiti/owlsvcs/data/dfdl/formats/jreap/src/test/resources/com/owlcyberdefense/jreap/jreap.dfdl.xsd)' resolvedSchemaLocation='Some(org.apache.daffodil.lib.api.URISchemaSource@7cc75081)' ``` Notice that the resolvedSchemaLocation is useless. It needs to output the text of the URI, not this object identifier. -- This message was sent by Atlassian Jira (v8.20.10#820010)