启动项目报错 :

org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 114 in XML document from URL [...applicationContext-bootstrap.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 114; columnNumber: 68; cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'tx:advice'.

 

这个是我在开发中遇到的一个问题,问题提示明确指出了问题文件位置,

红色部分,.applicationContext-bootstrap.xml] is invalid(此文件无效)

,以及后面的解释

The matching wildcard is strict, but no declaration can be found for element 'tx:advice'.

(匹配通配符是严格的,但是对于元素“tx:Advices”没有找到声明)

spring报错cvc-complex-type.2.4.c The matching wildcard is strict, but no declaration can

还有一种办法,因为我是从svn检出到本地的,我就对比了下svn和本地的区别,右键出错项目applicationContext-bootstrap.xml选择svn,查看了下svn最新版本和我本地的区别,发现被我误删了///....

spring报错cvc-complex-type.2.4.c The matching wildcard is strict, but no declaration can 

相关文章:

  • 2021-08-25
  • 2021-10-06
  • 2022-01-10
  • 2022-12-23
  • 2022-01-23
猜你喜欢
  • 2021-06-07
  • 2021-07-30
  • 2021-09-29
  • 2021-10-09
  • 2021-07-11
相关资源
相似解决方案