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 ...?
source
share