公司的項目,本機啟動報錯:
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>.
原因:由於網絡環境或者其他未知的問題,Eclipse識別<dubbo:application>標簽出錯。
解決:搞一個dubbo.xsd文件來,網上找或者從dubbo.jar中找,在Eclipse中手動添加。
windows->preferrence->xml->xmlcatalog add->catalog entry ->file system 選擇剛剛保存的文件路徑,修改key值和配置文件
http://code.alibabatech.com/schema/dubbo/dubbo.xsd 相同保存,在xml文件右鍵validate。
不知道是不是IDE的問題,在使用Eclipse的時候經常會遇見這個問題,IDEA中卻很少見到。
