-
Notifications
You must be signed in to change notification settings - Fork 75
Open
Description
I am stuck with these messages on starting Eclipse:
!ENTRY org.eclipse.wildwebdeveloper.xml 2 0 2025-07-26 13:53:31.682
!MESSAGE The given URI https://jakarta.ee/xml/ns/jakartaee/application-client_9.xsd from org.eclipse.jst.standard.schemas could not be resolved for local access
!ENTRY org.eclipse.wildwebdeveloper.xml 2 0 2025-07-26 13:53:31.683
!MESSAGE The given URI https://jakarta.ee/xml/ns/jakartaee/jobXML_2_0.xsd from org.eclipse.jst.standard.schemas could not be resolved for local access
!ENTRY org.eclipse.wildwebdeveloper.xml 2 0 2025-07-26 13:53:31.684
!MESSAGE The given URI https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd from org.eclipse.jst.standard.schemas could not be resolved for local access
!ENTRY org.eclipse.wildwebdeveloper.xml 2 0 2025-07-26 13:53:31.685
!MESSAGE The given URI https://jakarta.ee/xml/ns/jaxb/bindingschema_3_0.xsd from org.eclipse.jst.standard.schemas could not be resolved for local access
!ENTRY org.eclipse.wildwebdeveloper.xml 2 0 2025-07-26 13:53:31.693
!MESSAGE The given URI https://jakarta.ee/xml/ns/validation/validation-configuration-3.0.xsd from org.eclipse.jst.standard.schemas could not be resolved for local access
!ENTRY org.eclipse.wildwebdeveloper.xml 2 0 2025-07-26 13:53:31.697
!MESSAGE The given URI http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_1.xsd from org.eclipse.jst.standard.schemas could not be resolved for local access
Yet I found each of those schemas in the standard XML catalog:
Window > Preferences > XML > XML Catalog
I couldn't see them in the WWD Catalog:
Window > Preferences > XML (Wild Web Developer) > Catalogs
But I could add the system catalog by clicking Add then selecting:
...workspace/.metadata/.plugins/org.eclipse.wst.xml.core/system_catalog.xml
I can even click the Open in Editor button and search the file and find them in there:
<uri name="https://jakarta.ee/xml/ns/jakartaee/application-client_9.xsd" uri="https://jakarta.ee/xml/ns/jakartaee/application-client_9.xsd"/>
<uri name="https://jakarta.ee/xml/ns/jakartaee/jobXML_2_0.xsd" uri="https://jakarta.ee/xml/ns/jakartaee/jobXML_2_0.xsd"/>
<uri name="https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd" uri="https://jakarta.ee/xml/ns/jakartaee/beans_3_0.xsd"/>
<uri name="https://jakarta.ee/xml/ns/jaxb/bindingschema_3_0.xsd" uri="https://jakarta.ee/xml/ns/jaxb/bindingschema_3_0.xsd"/>
<uri name="https://jakarta.ee/xml/ns/validation/validation-configuration-3.0.xsd" uri="https://jakarta.ee/xml/ns/validation/validation-configuration-3.0.xsd"/>
<uri name="http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_1.xsd" uri="http://xmlns.jcp.org/xml/ns/javaee/web-facesconfig_2_1.xsd"/>
Then I start eclipse with:
eclipse -clean -consoleLog
And I still get these complaints!
Why or why? What is happening here?
(They are in Error Log too, which is how I come to see them and wish them gone).
Metadata
Metadata
Assignees
Labels
No labels