eclipse中不能找到dubbo.xsd报错”cvc-complex-type.2.4.c“的 两种解决方法
Posted nanyangzp(软件编程)
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了eclipse中不能找到dubbo.xsd报错”cvc-complex-type.2.4.c“的 两种解决方法相关的知识,希望对你有一定的参考价值。
配置dubbo环境过程中的xml文件,安装官网的demo配置好后,出错:
"Description Resource Path Location Type
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element ‘dubbo:service‘. applicationContext.xml /dubboprovider/src line 29 XML Problem
"
原因:没有找到dubbo.xsd文件才不会识别不到dubbo的标签
方法一:手动添加shema标签导入
方法二:关闭xml的合法验证
clean下工程就可以啦。
以上是关于eclipse中不能找到dubbo.xsd报错”cvc-complex-type.2.4.c“的 两种解决方法的主要内容,如果未能解决你的问题,请参考以下文章
dubbo的配置文件一直报错,但是不影响整体项目的运行时的解决方法
eclipse导入maven管理的项目时,pom.xml第一行报错。错误如图1。而且dubbo的xml也不识别。
dubbo spring pom文件报错:提示no declaration can be found for element 'dubbo:service'.