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

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration...

时间:2016-07-13 20:32:13      阅读:4089      评论:0      收藏:0      [点我收藏+]

标签:

错误信息 写道
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element ‘dubbo:application‘.

问题根源在于Eclipse无法识别上面的两个标签,解决方法如下:
1、下载相应的**.xsd 文件
2、选择elcipse的window-->preferences,弹出相应对话框;
3、在对话框的的type filter text位置数据 xml c,您将看到XML Catalog,点击进入;
4、选择User Specified Entries,单击添加,然后, 在弹出的对话框相应位置填入
  Location: D:\java\source\dubbo\dubbo-2.8.4\META-INF\dubbo.xsd
  Key Type: Schema Location
  Key:http://code.alibabatech.com/schema/dubbo
技术分享

 

5、重复4的动作 
技术分享

与步骤4相比主要是key 不一样

 6、完成

技术分享

 应用

技术分享

 

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration...

标签:

原文地址:http://www.cnblogs.com/huqianliang/p/5667632.html

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