是否有针对websphere ibm-web-bnd.xml的新架构位置?

时间:2015-10-27 19:23:31

标签: java xml websphere

这曾经很好用:

<?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>

在部署时它仍然可以,但Eclipse的验证器会显示恼人的“错误”,因为http://websphere.ibm.com/xml/ns/javaee在尝试下载模式时不再指向有效的站点(重定向到某个搜索站点)。 / p>

我知道我可能只需要关闭这些文件的验证,但让我先试试一下:

  • 这些架构是否有新家?
  • 还是某个地方提醒IBM他们在这方面惨遭失败......?

2 个答案:

答案 0 :(得分:2)

通过Eclipse Marketplace安装WebSphere Developer Tools。它将向Eclipse中的XML Catalog添加所需的模式。您可以通过Preferences > XML > XML catalog检查是否拥有它们。这些模式位于插件的其中一个jar中(确切的文件名可能因工具版本而异)

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.

答案 1 :(得分:1)

对于Websphere Application Server:

您可以在此处找到所有架构...

WAS_INSTALL_ROOT / properties / schemas