1

我正在使用 RAD 和 WAS 来运行我的 ear 应用程序。现在我将 RAD 迁移到 Eclipse Blue 并面临编译错误:

    Referenced file contains errors (file:/C:/DEVTOOLS/MyEclipseBlue2014/configuration/org.eclipse.osgi/bundles/1128/1/.cp/dtds/loose.dtd). 
 For more information, right click on the message in the Problems View and select "Show Details..."

我的 XML 文件如下:

    <?xml version="1.0" encoding="UTF-8"?>
<application-bnd
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://websphere.ibm.com/xml/ns/javaee"
    xsi:schemaLocation="http://websphere.ibm.com/xml/ns/javaee http://websphere.ibm.com/xml/ns/javaee/ibm-application-bnd_1_0.xsd" version="1.0">
  <security-role name="ValidUser">
    <special-subject type="ALL_AUTHENTICATED_USERS"/>

  </security-role>

你们中的任何人都可以帮助我找出导致此错误的原因,我该如何解决?

4

0 回答 0