Eclipse一直告訴我在我的faces-config.xml中有http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd
存在問題,是否有其他人遇到問題?faces-config.xml版本2.1的xsd錯誤
<?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>
的錯誤是:
Referenced file contains errors (http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd).
如果我看看細節有一噸,與s4s-elt-character:.....
我使用鑽嘴魚科2.1.13啓動時的誤差。
謝謝。
編輯:顯然,甲骨文改變了它,這個修復它:
http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/web-facesconfig_2_1.xsd
如果您在使用JSF 2.2相同的修訂類似的問題可以幫助: http://www.oracle.com/webfolder/technetwork/jsc/xml/ns /javaee/web-facesconfig_2_2.xsd – electrodraco