首页 > 其他 > 详细

Dubbo cvc-complex-type.2.4.c 错误,dubbo.xsd

时间:2015-10-21 16:03:05      阅读:11368      评论:0      收藏:0      [点我收藏+]

    项目引入Dubbo之后,XML文件报错: 

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:service‘.
	- 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>.



如下图所示:

技术分享

其实在项目中也不影响使用,只是强迫症的话,看着感觉是项目报错,就想着修改一下这里的配置:

1: 解压缩 Dubbo-*.jar 文件,在文件中找到 dubbo.xsd 文件;

2:windows->preferrence->xml->xmlcatalog 
add->catalog entry  ->file system 选择刚刚下载的文件路径
修改key值和配置文件的http://code.alibabatech.com/schema/dubbo/dubbo.xsd 相同
保存。。在xml文件右键validate  ok解决了。

技术分享

Dubbo cvc-complex-type.2.4.c 错误,dubbo.xsd

原文:http://my.oschina.net/alexgaoyh/blog/519889

(12)
(2)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!