applicationContext.xml报错org.springframework.orm.hibernate3.LocalSessionFactoryBean not found

时间:2022-09-18 14:44:23

applicationContext.xml报错org.springframework.orm.hibernate3.LocalSessionFactoryBean not found

applicationContext.xml报错org.springframework.orm.hibernate3.LocalSessionFactoryBean not found

解决办法:

1.打开项目的 JavaBuild Path

applicationContext.xml报错org.springframework.orm.hibernate3.LocalSessionFactoryBean not found

applicationContext.xml报错org.springframework.orm.hibernate3.LocalSessionFactoryBean not foundapplicationContext.xml报错org.springframework.orm.hibernate3.LocalSessionFactoryBean not found

2.选择 MyEclipse Libraries

applicationContext.xml报错org.springframework.orm.hibernate3.LocalSessionFactoryBean not found

3.选择spring 的 Core 和 Persistence Libraries

applicationContext.xml报错org.springframework.orm.hibernate3.LocalSessionFactoryBean not found

applicationContext.xml报错org.springframework.orm.hibernate3.LocalSessionFactoryBean not found的更多相关文章

  1. org.springframework.orm.hibernate3.LocalSessionFactoryBean的疑惑解决办法

    在项目中使用了SSH框架(Struts2 + Spring3+ Hibernate3),applicationContext中配置了sessionFactory <bean id="s ...

  2. java&period;lang&period;ClassNotFoundException&colon; org&period;springframework&period;orm&period;hibernate3&period;LocalSessionFactoryBean

    Caused by: java.lang.ClassNotFoundException: org.springframework.orm.hibernate3.LocalSessionFactoryB ...

  3. Ecliplse导入maven项目applicationContext&period;xml报错:Referenced file contains errors &lpar;http&colon;&sol;&sol;www&period;springframework&period;org&sol;schema&sol;context&sol;spring-context-3&period;1&period;xsd&rpar;&period; For more information&comma; right click on the message in

    刚刚导入的maven项目的Spring配置文件报错: 大体意思是说: 引用的文件包含错误(http://www.springframework.org/schema/context/springing ...

  4. Idea 添加完项目以后自动生成的web&period;xml报错 &&num;39&semi;org&period;springframework&period;web&period;servlet&period;DispatcherServlet&&num;39&semi; is not assignable to &&num;39&semi;javax&period;servlet&period;Servlet

    解决方法:Project Structure - Modules - 你的项目  - Dependencies 添加Tomcat library

  5. org&period;springframework&period;orm&period;hibernate3&period;LocalSessionFactoryBean

    Spring整合hibernate在配置sessionFactory时, 启动总是报出javax.transaction.TransactionManager找不到. 原因是:缺少jar包,jta-1 ...

  6. hibernate4 , spring3 使用 org&period;springframework&period;orm&period;hibernate3&period;annotation&period;AnnotationSessionFactoryBean 报错 Implementing class

    错误代码如下 Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with ...

  7. 报错org&period;springframework&period;beans&period;factory&period;BeanCreationException&colon; Error creating bean with name &&num;39&semi;sessionFactory&&num;39&semi; defined in class path resource &lbrack;bean&period;xml&rsqb;

    报这种错的原因基本上是applicationContext.xml文件中bean配置错误,错误如下: org.springframework.beans.factory.BeanCreationExc ...

  8. Tomcat启动报错org&period;springframework&period;web&period;context&period;ContextLoaderListener类配置错误——SHH框架

    SHH框架工程,Tomcat启动报错org.springframework.web.context.ContextLoaderListener类配置错误 1.查看配置文件web.xml中是否配置.or ...

  9. org&period;springframework&period;orm&period;hibernate3&period;support&period;OpenSessionInViewFilter作用

    在Spring与Hibernate集成时在web.xml要加入这样的过滤器: <filter> <filter-name>openSessionInView</filte ...

随机推荐

  1. 替代jquery1&period;9版本以前的toggle事件函数(开关)

    以上文章为转载自http://blog.sina.com.cn/s/blog_50042fab0101c7a9.html var flag=1; $(".selector").cl ...

  2. linux下IM server搭建

    一步一步开始做. 附录: 一套开源协议:http://www.igniterealtime.org/index.jsp Proso:http://prosody.im/ 那谁网友的笔记http://w ...

  3. VBA Excel 常用 自定义函数

    1. 将 互换 Excel 列号(数字/字母) Public Function excelColumn_numLetter_interchange(numOrLetter) As String Dim ...

  4. Signing key has not been configured

    Signing key has not been configured.https://dev.openwrt.org/changeset/38284 Add package signing key ...

  5. Scala-Partial Functions&lpar;偏函数&rpar;

    如果你想定义一个函数,而让它只接受和处理其参数定义域范围内的子集,对于这个参数范围外的参数则抛出异常,这样的函数就是偏函数(顾名思异就是这个函数只处理传入来的部分参数). 偏函数是个特质其的类型为Pa ...

  6. 【原创】UVAOJ水题10025解题报告

    首先是原题,转自UVAOJ  The ? 1 ? 2 ? ... ? n = k problem  The problem Given the following formula, one can s ...

  7. iOS应用 数据存储方式 (一)

    沙盒是每个应用程序的空间,每个应用程序只能访问自己的文件夹,不可以跨越,访问别的程序的文件夹,这个文件夹就是该应用程序的沙盒. 沙盒中包括以下几个文件夹: 1.应用程序包:(Layer)包含了所有资源 ...

  8. react native &lpar;一&rpar;

    开始接触app方面的工作,真心塞~ 又开始了周而复始的死磕一个问题专坐一整天的节奏,关键是还没有成绩,实在无语.╮(╯▽╰)╭,还是总结一下最近心塞历程吧-- react native中文网:http ...

  9. Radix Sorts

    基数排序 Strings In Java Char Data Type C 语言中的字符数据类型占一个字节(8 比特),最多只能表示 256 个字符.支持 7 位的标准 ASCII(American ...

  10. js中call apply方法的使用介绍

    js call call 方法 请参阅 应用于:Function 对象 要求 版本 5.5 调用一个对象的一个方法,以另一个对象替换当前对象. call([thisObj[,arg1[, arg2[, ...