`

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

    博客分类:
  • FLEX
阅读更多

      今天重装了一下MyEclipse7.5,打开原来的Flex项目,又报了以下两个错误,之前解决过,但不想又出现,于是把它的解决方法贴出来,做个备忘!

      错误信息为

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

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'flex:remoting-destination'.

 

    问题根源在于Eclipse无法识别上面的两个标签,解决之道为:

 

解决之道 写道
1、将org.springframework.flex-1.0.1.RELEASE.jar拷贝到项目的lib目录下;
2、选择elcipse的window-->preferences,弹出相应对话框;
3、在对话框的的type filter text位置数据 xml c,您将看到XML Catalog,点击进入;
4、选择User Specified Entries,单击添加,然后, 在弹出的对话框相应位置填入
Location: abm/WebRoot/WEB-INF/lib/org.springframework.flex-1.0.1.RELEASE.jar!/org/springframework/flex/config/xml/spring-flex-1.0.xsd
Key Type: Schema Location
Key: http://www.springframework.org/schema/flex
5、重复4操作,相应位置填入
Location: abm/WebRoot/WEB-INF/lib/org.springframework.flex-1.0.1.RELEASE.jar!/org/springframework/flex/config/xml/spring-flex-1.0.xsd
Key Type: Schema Location
Key: http://www.springframework.org/schema/flex/spring-flex-1.0.xsd

至此,便可解决。
注:abm是我的工程名,您需要做相应的改动!
 
分享到:
评论
3 楼 MyPointOne 2014-03-24  

说得好模糊啊,可能是我用的是10.0吧
2 楼 tianhandigeng 2012-09-05  
我的是这个:
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'oscache:annotations'.
cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'oscache:config'.
以前没有的,换了一个工作空间后就有了,但是不影响使用,出现这个问题的真正原因是什么呢?不能说就这样解决进行了嘛,到底为什么出现这儿错误提示,没有大牛能说出原因吗?
1 楼 kensunhu 2010-09-19  
你好!类似的问题困扰我很久.异常如下:
Caused by: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:resources'.

正在尝试解决中... 等到我消息. 谢谢!

相关推荐

    spring配置文件解析失败报”cvc-elt.1: 找不到元素 ''beans'' 的声明”异常解决

    主要给大家介绍了关于spring配置文件解析失败报”cvc-elt.1: 找不到元素 'beans' 的声明”异常的解决方法,需要的朋友可以参考下

    dubbo找不到dubbo.xsd报错

    - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document '...

    解决dubbo找不到dubbo.xsd报错

    - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document '...

    解决:dubbo找不到dubbo.xsd报错

    - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document '...

    dubbo.xsd文件资源

    - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document '...

    dubbo.xsd文件下载

    - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document 'http:// code....

    dubbo.xsd 约束文件 解决标签识别报红

    - cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'. - schema_reference.4: Failed to read schema document '...

    spring-mvc-3.0.xsd

    cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'mvc:resources' 报错

    使用dubbo时需要的dubbo.xsd

    使用 dubbo 时需要添加 dubbo 支持,否则会报错 。cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'dubbo:application'.

Global site tag (gtag.js) - Google Analytics