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).
私は細部を見れば、私はクロサギ科2.1.13を使用していますs4s-elt-character:.....
で始まるエラーのトンがあります。
ありがとうございました。
EDIT:どうやらOracleはそれを変更し、これはそれが修正されています。
http://java.sun.com/xml/ns/javaee/web-facesconfig_2_1.xsd
Oracleは404柔らかく、とEclipse(または誰を返している:ブラウザにURLを入れて
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