nested exception is java.lang.IllegalStateException: Context namespace element 'annotation-confi

Posted 指针怒草内存栈

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nested exception is java.lang.IllegalStateException: Context namespace element 'annotation-confi相关的知识,希望对你有一定的参考价值。

公司还用的是spring低版本,今天用jre 8测试了一下,发现错误:

Unexpected exception parsing XML document from class path resource [applicationContext-dao.xml]; nested exception is java.lang.IllegalStateException: Context namespace element ‘annotation-config‘ and its parser class [org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser] are only available on JDK 1.5 and higher,看源码是org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser自动检测,jdk版本检测时需要jre1.5以上版本,但是JdkVersion只检查到了1.7,jre1.8 时不匹配任何jdk。

网上招到了解决的方法,https://my.oschina.net/u/553266/blog/825103

 

网上的解决方法无非两种:降低jdk的版本或者修改spring-2.5.6.jar的源码.这些都不是我想要的。我查看了一下在spring-2.5.6jar的org\springframework\core\下有JdkVersion.class这个类,同时在spring-core.4.2.0.RELEASE也有这个类,所以在引入jar包的时候不需要引入spring-2.5.6jar只引入spring-core.4.2.0.RELEASE就行了。问题解决。

以上是关于nested exception is java.lang.IllegalStateException: Context namespace element 'annotation-confi的主要内容,如果未能解决你的问题,请参考以下文章

nested exception is java.lang.IncompatibleClassChangeError: Implementing class(已解决)

nested exception is java sql SQLException IO 错误

Spring BeanDefinitionStoreExcept-nested exception is java.lang.ArrayIndexOutOfBoundsException: 53804

spring data jpa启动报错:nested exception is java.util.NoSuchElementException

HTTP Status 500 - Request processing failed; nested exception is java.lang.IllegalArgumentException:

Failed to start bean ‘documentationPluginsBootstrapper‘; nested exception is java.lang.NullPointerEx