天天看點

dubbo配置檔案報錯解決思路

dubbo配置檔案報錯

dubbo我在網上下載下傳了一個例子導入Eclipse裡面報錯說

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.xsd檔案

windows->preferrence->xml->xmlcatalog 

add->catalog entry  ->file system 選擇剛剛下載下傳的檔案路徑

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

儲存。。在xml檔案右鍵validate  ok解決了。。

------解決思路----------------------

dubbo.xsd檔案位址:剛剛傳到csdn的 免費去下載下傳http://download.csdn.net/detail/zp522123428/8036977

繼續閱讀