Spring整合ActiveMQ时,在xml配置文件中使用<amq:xxx/>标签时提示错误

Spring整合ActiveMQ时,在xml配置文件中配置相关<amq:xxx/>标签时,IDE出现红色错误提示,

 

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 'amq:broker'.

 

在网上搜索一下很多人出现这问题,参考了很多后,最后还是解决。

 

 http://activemq.apache.org/schema/core

 http://activemq.apache.org/schema/core/activemq-core.xsd

 

最终问题IDE无法读取schema文档,需要手工配置,

步骤如下:

1. Select Windows->Preferences from the Eclipse menu bar.
   2. Select XML->XML Catalog from the left hand configuration tree.
   3. Highlight User Specified Entries and select Add.
   4. The Add XML Catalog Entry windows appears.
   5. In the Location enter the path to the activemq-all jar, then add !/activemq.xsd to the end of the jar name. e.g. jssms/webapp/WEB-INF/lib/activemq-all-5.4.0.jar!/activemq.xsd  

   6. Under KeyType enter Namespace Name
   7. and under Key enter http://activemq.apache.org/schema/core
   8. then click Ok.
   9. Now we need to do the same for the other name space file, so hit Add again.
  10. In the Location enter the path to the activemq-all jar, then add !/activemq.xsd to the end of the jar name. e.g. jssms/webapp/WEB-INF/lib/activemq-all-5.4.0.jar!/activemq.xsd   

  11. Under KeyType enter Schema Location
  12. and under Key enter http://activemq.apache.org/schema/core/activemq-core.xsd 

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值