码迷,mamicode.com
首页 > 其他好文 > 详细

使用Maven加载项目有Dubbo框架时出现的常见异常情况

时间:2016-05-28 17:20:03      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:

异常描述:
           The matching wildcard is strict, but no declaration can be found for element ‘dubbo:reference‘
            Multiple annotations found at this line:
   - 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>.
    - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element ‘dubbo:reference‘.
原因:在导入Maven项目时.Xml文件里面的Dubbo元素会出现引用错误,加载不dubbo的xsd配置文件.
 
解决方案:

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

技术分享

另外:

mvn compile 编译源码

mvn install 安装到本地库

git提交时防止source folder为空,为空则不提交该source folder

git使用时先创建master分支,然后使用create brance创建develop目录,最后使用switch切换到develop后进行提交。

 

使用Maven加载项目有Dubbo框架时出现的常见异常情况

标签:

原文地址:http://www.cnblogs.com/Allen974103107/p/5537701.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!