使用dubbo时xml文件里的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.jar解压里面的dubbo.xsd然后在eclipse--》windows--》preferences--》xml category--》add--》file system选择dubbo.xsd,此时默认填充的key为:
此时点xml右键validate依然报错,其实只要记住在key那里要在后面加“/dubbo.xsd”然后在validate即可。
参考资料:
http://jingyan.baidu.com/article/60ccbceb5f6f3f64cab197e7.html
http://www.cnblogs.com/rhxuza1993/p/6079653.html
本文解决了使用Dubbo时XML文件中出现的Dubbo标签无法识别的问题,详细介绍了如何通过下载并正确配置dubbo.xsd文件来修复此错误。
6379

被折叠的 条评论
为什么被折叠?



