版本2.1的faces-config.xml xsd错误

cas*_*orz 8 eclipse jsf-2 mojarra

Eclipse一直告诉我http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd在faces-config.xml上有问题,是否有其他人有问题?

 <?xml version="1.0" encoding="UTF-8"?>

 <faces-config xmlns="http://java.sun.com/xml/ns/javaee" 
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
          http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd"
          version="2.1">

 </faces-config>
Run Code Online (Sandbox Code Playgroud)

错误是:

  Referenced file contains errors (http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd).  
Run Code Online (Sandbox Code Playgroud)

如果我看一下细节,就会有很多错误开始 s4s-elt-character:.....

我正在使用mojarra 2.1.13.

谢谢.

编辑:显然Oracle改变它,这解决了它:

http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/web-facesconfig_2_1.xsd

Joh*_*gan 6

我们正在努力解决这个问题.确定了问题,努力解决.请跟踪此JIRA问题:http://java.net/jira/browse/GLASSFISH-19115

希望这对'bug'有所帮助和抱歉.

更新:此问题已得到解决.