[
https://issues.apache.org/jira/browse/WODEN-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466168
]
John Kaputin commented on WODEN-101:
------------------------------------
This has been fixed and tested against SpaqlQuery-1G and the test now passes.
The WSDL testcase contains an xs:import that specifies a namespace, but no
schemaLocation. Woden was only resolving schema imports based on
schemaLocation, even though that attribute is optional and intended only as a
hint. Futhermore, the testcase includes a schema file,
sparql-protocol-types.xsd, that this namespace-only import should resolve too,
so this requires an entry in a user catalog registered for Woden's URLResolver.
Woden has been modified so that for namespace only schema imports, it will
attempt to resolve the imported namespace url to a schema, using the url
resolver framework to check first for a catalog mapping for this url to an
alternative path, before attempting the actual url specified in the namespace
attribute.
> Resolve Errors in W3C Test SparqlQuery-1G
> -----------------------------------------
>
> Key: WODEN-101
> URL: https://issues.apache.org/jira/browse/WODEN-101
> Project: Woden
> Issue Type: Bug
> Components: Parser
> Affects Versions: M7
> Reporter: Arthur Ryman
> Assigned To: John Kaputin
> Priority: Critical
> Fix For: M7
>
>
> There are 81 errors reported [1].
> [1]
> http://dev.w3.org/cvsweb/~checkout~/2002/ws/desc/test-suite/results/Woden/SparqlQuery-1G/sparql-protocol-query.results.xml?content-type=application/xml
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]