解决:dubbo配置文件报红叉的问题

问题:

构建dobbo-provider配置文件时,报红叉错误,本质即找不到对应的dubbo.xsd文件。

错误如下:

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 .

解决方法:

1.下载模板
模板下载地址:http://download.csdn.NET/detail/small_cai/9402598(网上有很多资源)

2.Eclipse配置
选择windows-->preferrence-->xml->xmlcatalog-->add->catalog entry -->file system,选择模版文件(本地下载的)后,修改key值为“http://code.alibabatech.com/schema/dubbo/dubbo.xsd”,然后在eclipse中文件报错处点击右键“validate”。

如图:
解决:dubbo配置文件报红叉的问题_第1张图片

你可能感兴趣的:(dubbo)