Spring配置文件报错啦。。。。

问题描述

配置文件applicationContext.xml中报找不到org.springframework.orm.hibernate.HibernateTransactionManager的错误请问各位大侠是什么原因?是缺少包吗?

解决方案

解决方案二:
看看这几个包是不是都有啊
解决方案三:
应该是缺少包
解决方案四:
你先在你的lib下,看那能找到这个类不能?可以找到的话那就是你的程序问题了,估计是配置的问题。
解决方案五:
那么在集成ssh2的时候,添加spring架包应该选择哪几个?除了Spring2.5WebLibraries和Spring2.5CoreLibraries还有哪几个?
解决方案六:
spring2.5AOPLibraries
解决方案七:
spring2.5jdbcLibraries

时间: 2024-10-28 21:48:42

Spring配置文件报错啦。。。。的相关文章

spring mvc 报错,求解答,各位好心人必有好报。

问题描述 spring mvc 报错,求解答,各位好心人必有好报. 六月 07, 2015 6:55:04 下午 org.apache.catalina.core.StandardContext listenerStart 严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener org.sp

Spring aop报错:com.sun.proxy.$Proxyxxx cannot be cast to yyy

在使用Spring AOP时,遇到如下的错误: Exception in thread "main" java.lang.ClassCastException: com.sun.proxy.$Proxy0 cannot be cast to com.spring.test.setter.Instrumentalistat com.spring.test.setter.test.main(test.java:12) 看报错信息,显示的是动态代理生成的类无法转换到我们自定义的实现类. 解决

请问有没有人知道c3p0连接池配置文件报错,下面是具体报错内容

问题描述 请问有没有人知道c3p0连接池配置文件报错,下面是具体报错内容 Invalid property 'driverClassName' of bean class [com.mchange.v2.c3p0.ComboPooledDataSource]: Bean property 'driverClassName' is not writable or has an invalid setter method. Does the parameter type of the setter

spring batch 报错,求大神赐教,急急急急。。。。。。

问题描述 spring batch 报错,求大神赐教,急急急急...... 2014-2-22 13:13:42 org.springframework.context.support.AbstractApplicationContext prepareRefresh 信息: Refreshing org.springframework.context.support.ClassPathXmlApplicationContext@13d93f4: display name [org.spring

图片-加入biz层后,配置spring一直报错,求大神解决

问题描述 加入biz层后,配置spring一直报错,求大神解决

jbpm-JBPM 配置文件报错 在线等

问题描述 JBPM 配置文件报错 在线等 SEVERE: Servlet /jbpmDemo threw load() exception org.xml.sax.SAXParseException; lineNumber: 2; columnNumber: 21; cvc-elt.1: 找不到元素 'jbpm-configuration' 的声明. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXP

tomcat6 spring 启动报错

问题描述 tomcat6 spring 启动报错 java.lang.IllegalStateException: LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: Root WebApplicationContext: startup date [Mon Jun 09 13:43:08 CST 2014]; root of context

spring security报错,实在是找不出原因

问题描述 spring security报错,实在是找不出原因 说明一下,给别人的项目部署的时候报错的,项目代码没问题,配置也不会错,找了很久的原因不知道错在哪. #这是spring security的配置 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:security

SSH集成一个配置文件报错:BeanCreationException

问题描述 SSH集成一个配置文件报错:BeanCreationException 错误中涉及到的database.xml文件---> 异常信息如下----> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [database.xml]: Initialization of b