`

Error Creating SessionFactory异常

阅读更多

     我登录进系统中测试我做的模块时,出现“Error Creating SessionFactory ”异常,最终发现在hibernate.cfg.xml文件中多了一个pojo的配置信息,该pojo在工程中根本不存在。

    该种异常的发生还有其他的情况,见:http://www.blogjava.net/freeatom/archive/2007/12/09/166445.html 。

    大多都是配置文件(hibernate.cfg.xml、*.hbm.xml)中的信息有问题。

2
0
分享到:
评论

相关推荐

    J2EE利用Hibernate采用B/S架构网页设计

    .println("%%%% Error Creating SessionFactory %%%%"); e.printStackTrace(); } } private HibernateSessionFactory() { } /** * Returns the ThreadLocal Session instance. Lazy initialize * the ...

    Jbuilder里配置Hibernate

    System.err.println("%%%%Error Creating SessionFactory%%%%"); e.printStackTrace(); } } private HibernateSessionFactory() {} public static Session getSession() throws HibernateException { ...

    在学习中发现的一些ssh-error

    对于Hibernate,错误`org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in resource`可能是因为缺少JTA(Java Transaction API)的支持,例如找...

    JSP 开发SSH整合异常解决办法

    首先,异常信息"Error creating bean with name 'sessionFactory' defined in class path resource"通常表示Spring容器在创建sessionFactory bean时遇到了问题。sessionFactory是Hibernate用于创建session的工厂类,...

    web项目开发经验

    异常信息:“Error creating bean with name 'hibernateSessionFactory'” 这通常是因为在Spring容器初始化阶段,名为`hibernateSessionFactory`的Bean创建失败。问题可能出在: - **配置错误**:检查`WEB-INF/...

    hibernate错误解决方案

    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Initialization of bean ...

    SSH框架搭配,spring+struts+hibernate框架搭配步骤

    System.out.println("Error creating Hibernate SessionFactory: " + e.getMessage()); throw new ExceptionInInitializerError(e); } } public static Session getSession() { return sessionFactory....

    Struts2.1.6+Spring2.5.6+Hibernate3.3.1整合

    - 如果出现“Error creating bean with name 'sessionFactory'”这样的异常,通常是因为Hibernate配置存在问题或者某些依赖未被正确加载。 - 检查Hibernate配置文件(如hibernate.cfg.xml)中的配置项是否正确。 ...

    Struts2.1.6+Spring2.5.6+Hibernate3.3.1框架整合常见错误

    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SessionFactory' defined in ServletContext resource [/WEB-INF/classes/applicationContext.xml]: Invocation of init...

    spring知识总结

    另外,文档中提及了Spring框架在应用中可能遇到的一个错误提示:“BeanCreationException: Error creating bean with name 'sessionFactory'”。这通常是因为bean的配置或Spring与Hibernate配置冲突导致的。解决此类...

    The Definitive Guide to NetBeans Platform

    Contents at a Glance Foreword . . . . . . . . ....About the Author ....About the Technical Reviewers ....Acknowledgments....Introduction ....■CHAPTER 1 Introduction ....■CHAPTER 2 Structure of the NetBeans Platform ....

    spring-framework-reference4.1.4

    Not Using Commons Logging ................................................................... 12 Using SLF4J ..............................................................................................

    spring-framework-reference-4.1.2

    Not Using Commons Logging ................................................................... 12 Using SLF4J ..............................................................................................

Global site tag (gtag.js) - Google Analytics