We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In "jakartaee_web_services_metadata_handler_3_0.xsd" (lines 54-55) there is a type reference to the "handler-chainsType", but the type says "service-ref_handler-chainsType" which is unresolvable. (https://jakarta.ee/xml/ns/jakartaee/jakartaee_web_services_metadata_handler_3_0.xsd)
<xsd:element name="handler-chains" type="jakartaee:service-ref_handler-chainsType">
The 'handler-chainsType' is defined in "jakartaee_web_services_client_2_0.xsd" on line 325. (https://jakarta.ee/xml/ns/jakartaee/jakartaee_web_services_client_2_0.xsd)
The text was updated successfully, but these errors were encountered:
Would you expect this to be like
--- a/static/xml/ns/jakartaee/jakartaee_web_services_metadata_handler_3_0.xsd +++ b/static/xml/ns/jakartaee/jakartaee_web_services_metadata_handler_3_0.xsd @@ -52,7 +52,7 @@ <xsd:include schemaLocation="jakartaee_9.xsd"/> <xsd:element name="handler-chains" - type="jakartaee:service-ref_handler-chainsType"> + type="jakartaee:handler-chainsType"> <xsd:annotation> <xsd:documentation>
then?
The example (https://eclipse-ee4j.github.io/metro-wsit/4.0.0/guide/ch02.html#using-sun-jaxws.xml) validates fine with the above (and doesn't without).
Sorry, something went wrong.
looking at the XSDs I think yes, :) but thought I would raise the issue and let someone double-check it.
I agree. This should be confirmed by someone from ee4j.jaxws, as I'm only guessing here.
No branches or pull requests
In "jakartaee_web_services_metadata_handler_3_0.xsd" (lines 54-55) there is a type reference to the "handler-chainsType", but the type says "service-ref_handler-chainsType" which is unresolvable.
(https://jakarta.ee/xml/ns/jakartaee/jakartaee_web_services_metadata_handler_3_0.xsd)
The 'handler-chainsType' is defined in "jakartaee_web_services_client_2_0.xsd" on line 325.
(https://jakarta.ee/xml/ns/jakartaee/jakartaee_web_services_client_2_0.xsd)
The text was updated successfully, but these errors were encountered: