`
san_yun
  • 浏览: 2662759 次
  • 来自: 杭州
文章分类
社区版块
存档分类
最新评论

spring 3.0.5.RELEASE版本的bug

 
阅读更多
启动报错:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dbossServiceManager' defined in ServletContext resource [/WEB-INF/spring/app-context.xml]: Initialization of bean failed; nested exception is java.lang.NoSuchFieldError: NULL

Caused by: java.lang.NoSuchFieldError: NULL
	at org.springframework.expression.TypedValue.<clinit>(TypedValue.java:32)
	at org.springframework.expression.spel.support.StandardEvaluationContext.setRootObject(StandardEvaluationContext.java:85)
	at org.springframework.expression.spel.support.StandardEvaluationContext.<init>(StandardEvaluationContext.java:74)
	at org.springframework.context.expression.StandardBeanExpressionResolver.evaluate(StandardBeanExpressionResolver.java:124)
	at org.springframework.beans.factory.support.AbstractBeanFactory.evaluateBeanDefinitionString(AbstractBeanFactory.java:1299)
	at org.springframework.beans.factory.support.BeanDefinitionValueResolver.evaluate(BeanDefinitionValueResolver.java:210)
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:182)



<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:context="http://www.springframework.org/schema/context"
	xmlns:tx="http://www.springframework.org/schema/tx"
	xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
		http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
		http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd"
		default-autowire="byName">
	
	<bean id="cacheService" class="com.duitang.cat.CacheServiceImpl">
	</bean> 
	
	<bean id="dbossServiceManager" class="com.duitang.dboss.service.ServiceManager">
		<property name="providers">
			<list>
				<value>cacheService</value>
			</list>
		</property>
	</bean>
	 
</beans>


使用3.1.2.RELEASE就没有错误了,唉。
分享到:
评论

相关推荐

    org.springframework.asm-3.0.5.RELEASE.jar

    虽然较新的Spring版本可能使用了更高版本的ASM,但3.0.5.RELEASE依然能够满足许多旧项目的需求。 四、许可证信息 与jar包一起的springframework-license.txt文件通常包含软件的许可协议信息。对于ASM库和Spring...

    org.springframework.context_3.0.5.release.jar.zip

    在本文中,我们将深入探讨`org.springframework.context_3.0.5.release.jar`这个特定版本的组件,了解其功能、重要性以及如何在实际应用中使用。 一、ApplicationContext概述 ApplicationContext是Spring框架中一...

    org.springframework.web-3.0.5.RELEASE.jar

    org.springframework.web-3.0.5.RELEASE.jar

    org.springframework.asm-sources-3.0.5.release.jar

    org.springframework.asm-sources-3.0.5.release.jar

    spring-framework-3.0.5.RELEASE 资源包,包含文档包和依赖包

    3.0.5.RELEASE是Spring框架的一个特定版本,发布于2011年,它在之前的基础上进行了优化和增强,引入了许多新的特性和改进。 在资源包`spring-framework-3.0.5.RELEASE`中,主要包括以下组件和内容: 1. **核心容器...

    spring3.0.5 所有jar文件

    org.springframework.aop-3.0.5.RELEASE.jar org.springframework.asm-3.0.5.RELEASE.jar org.springframework.aspects-3.0.5.RELEASE.jar org.springframework.beans-3.0.5.RELEASE.jar org.springframework....

    org.springframework.web.servlet-3.0.5.RELEASE.jar

    《Spring MVC 3.0.5.RELEASE:构建高效Web应用程序的关键组件》 Spring MVC是Spring框架的一个核心模块,专为构建高性能、可维护的Web应用程序而设计。在这个版本3.0.5.RELEASE中,它引入了一系列优化和增强,为...

    spring-framework-3.0.5.RELEASE-dependencies.zip

    本文将深入探讨Spring Framework 3.0.5.RELEASE版本的依赖关系,以及如何下载和管理这些依赖。Spring 3.0.5.RELEASE是该框架的一个重要里程碑,它引入了多项增强功能,优化了性能,并提升了开发者体验。 首先,让...

    spring-framework-3.0.5.RELEASE.zip

    3.0.5.RELEASE版本是Spring发展历程中的一个重要里程碑,它在稳定性、性能和功能上都有显著提升。本文将深入探讨Spring Framework 3.0.5.RELEASE的核心特性、主要改进以及如何在实际项目中运用。 一、核心特性 1. ...

    org.springframework.context-sources-3.0.5.release.jar

    org.springframework.context-sources-3.0.5.release.jar

    org.springframework.expression-3.0.5.RELEASE.jar

    org.springframework.expression-3.0.5.RELEASE.jar

    spring-framework-3.0.5.RELEASE-dependencies

    3.0.5.RELEASE是Spring框架的一个版本,该版本包含了对依赖管理的重要改进和更新。这个压缩包“spring-framework-3.0.5.RELEASE-dependencies”显然包含了该版本所需的全部依赖JAR包,使得开发者可以在项目中轻松...

    org.springframework.context.support-3.0.5.RELEASE.jar

    org.springframework.context.support-3.0.5.RELEASE.jar

    spring3.0.5的所以jar包

    1. **org.springframework.context-3.0.5.RELEASE.jar**: 这个jar包是Spring框架的核心模块之一,它提供了应用上下文(ApplicationContext)的支持,这是Spring中管理和装配bean的主要接口。ApplicationContext...

    spring-framework-3.0.5.RELEASE-dependencies-1

    spring-framework-3.0.5.RELEASE-dependencies 好不容易找到了,赶紧分享一下 因为不能大于20M,共分了8个包,都是独立的,我列了目录,可以只下载需要的包,这是1号包: 1号包: edu.emory.mathcs.backport edu.oswego.cs....

    spring-framework-3.0.5.RELEASE

    1. **spring-framework-3.0.5.RELEASE-dependencies.rar**:这个文件包含了 Spring 框架3.0.5.RELEASE版本所依赖的各种库和组件。这通常包括Spring的核心模块(如Core Container, AOP, ORM, JDBC等),以及其他相关...

    spring-security-3.0.5.RELEASE 官方下载

    "spring-security-3.0.5.RELEASE"是该框架的一个特定版本,发布于某个时间点,可能包含了一些修复、改进和新功能。 在Spring Security 3.0.5.RELEASE中,我们关注的关键知识点包括: 1. **身份验证...

    org.springframework.aop-sources-3.0.5.release.jar

    org.springframework.aop-sources-3.0.5.release.jar

Global site tag (gtag.js) - Google Analytics