首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 开源软件 >

java开源框架集成常见异常之Unable to locate NamespaceHandler for namespace (异常)

2012-12-31 
java开源框架集成常见错误之Unable to locate NamespaceHandler for namespace (错误)问题描述: Exception

java开源框架集成常见错误之Unable to locate NamespaceHandler for namespace (错误)
问题描述:

Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.parsing.BeanDefinitionParsingException:

Configuration problem: Unable to locate NamespaceHandler for namespace [http://www.springframework.org/schema/context]
Offending resource: class path resource [spring.xml]



解决方案:

把2.0的spring包换成2.5的

热点排行