matthiasblaesing commented on issue #7137: URL: https://github.com/apache/netbeans/issues/7137#issuecomment-2029546063
My tests showed that the problem is reproducible if GF 5.X is registered as a server. The GF integration registers an XML catalog, that resolves some of the XML schemas required for JavaEE/JakartaEE support. For JakartaEE 10 one of the schemas is `jakartaee_web_services_client_2_0.xsd`. The GF catalog "resolves" it, but at least version 5 does not actually carry the schema, so the resolved input is bogus and the XML parser thus fails to parse the JSF component descriptors. #7218 reworks the catalog logic for GF and Payara (direct GF fork) integrations and now only resolves schemas after ensuring the local file is actually present. Please @helper14 @rgrin08 please test the nightly build available from the checks page of the references PR (https://github.com/apache/netbeans/pull/7218/checks, "Artifacts" dropdown) or directly: https://github.com/apache/netbeans/suites/22293481261/artifacts/1374035463. The nightly build will be available for the next five days. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
