Is there a new schema location for websphere ibm-web-bnd.xml?

This works fine:

<?xml version="1.0" encoding="UTF-8"?>
<web-bnd xmlns="http://websphere.ibm.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://websphere.ibm.com/xml/ns/javaee http://websphere.ibm.com/xml/ns/javaee/ibm-web-bnd_1_0.xsd" version="1.0">   
    <virtual-host name="default_host" />
</web-bnd>

And during deployment it still works, but the Eclipse validator continues to show annoying “errors” because http://websphere.ibm.com/xml/ns/javaee does not point to a valid site (redirected to some search site) when trying to load schemas.

I know that I probably just need to turn off checking these files, but let me ask you first:

  • Is there a new home for these schemes?
  • Or somewhere to warn IBM that they are failing in this regard ...?
+4
source share
2 answers

WebSphere Eclipse Marketplace. XML Eclipse. , Preferences > XML > XML catalog. ( )

Location: schemas\ibm-web-bnd_1_0.xsd in jar file C:\eclipse\plugins\com.ibm.jee.was.descriptors.schemas_1.1.100.v20141119_2034.jar.
+2

Websphere:

...

WAS_INSTALL_ROOT//

0

Source: https://habr.com/ru/post/1613400/