xml bug之cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration...


1.今天重裝了一下MyEclipse7.5,打開原來的Flex項目,又報了以下兩個錯誤,之前解決過,但不想又出現,於是把它的解決方法貼出來,做個備忘!

      錯誤信息為

錯誤信息 寫道
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'flex:message-broker'.

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'flex:remoting-destination'.

 

    問題根源在於Eclipse無法識別上面的兩個標簽,解決之道為:

添加這倆標簽的xsd文件,具體百度add catalorg xml。

 

2.spring整合dubbo時,xml配置文件也遇到過這種情況。

dubbo配置文件報錯

在配置dubbo服務的過程中,經常會遇到雖然程序能夠跑起來,但是配置文件一堆紅叉,雖然不影響功能,但是確實很讓人惡心。

報錯信息如下:

Multiple annotations found at this line:

– cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element ‘dubbo:application’.

– schema_reference.4: Failed to read schema document ‘http://code.alibabatech.com/schema/dubbo/dubbo.xsd’, 

because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not 

<xsd:schema>.

或者是

文件校驗是嚴格的,但是沒有發現<dubbo:reference的定義等等。

廢話少說直接上解決方案:

下載一個dubbo.xsd文件windows->preferrence->xml->xmlcatalog 

add->catalog entry  ->file system 選擇剛剛下載的文件路徑

修改key值和配置文件的http://code.alibabatech.com/schema/dubbo/dubbo.xsd 相同

保存。。在xml文件右鍵validate  ok解決了。

有的同學反映,那個xsd文件不好找,其實沒有啦 ,就在你下載的dubbo.jar里面,你把它解壓了,仔細找找,就會發現的,祝成功!!!


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM