Description
Full validation doesn't work if the schema is packaged in a jar file because the validation code expects a file URL, not a relative resource URL within a jar.
That, in Runtime.scala, the validateXMLSources method expects file URL(s), and fails with "uri is not hierarchical" if given a resource URL into the jar.