xml文件不识别dubbo标签,添加支持的方法

Posted CS---->STOCK-->BS--傻逼的坚持

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml文件不识别dubbo标签,添加支持的方法相关的知识,希望对你有一定的参考价值。

使用dubbo时遇到问题:

 

org.xml.sax.SAXParseException: 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文件:

https://github.com/alibaba/dubbo

eclispe-->window-->preferences-->xml catalog-->add 注意KEY 需要以/dubbo.xsd结尾,如下图所示

 
本文转自:http://blog.csdn.net/wzygis/article/details/51381905 感谢作者

以上是关于xml文件不识别dubbo标签,添加支持的方法的主要内容,如果未能解决你的问题,请参考以下文章

linux xml

Dubbo源码-Dubbo是如何随心所欲自定义XML标签的

求助SSH整合的配置过程

dubbo源码—dubbo自定义spring xml标签

Eclipse:xml文件中添加.xsd约束文件

Dubbo常用配置及源码解析-多版本支持