- 使用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文件
先从网上下载 dubbo.xsd文件
- 进行配置
eclispe-->window-->preferences-->xml catalog-->add 注意KEY 需要以/dubbo.xsd结尾,如下图所示
然后在项目中的xml文件右键validate ok解决了。