`
gdf84
  • 浏览: 61555 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

No CurrentSessionContext configured错误

阅读更多

初学hibernate,出现No CurrentSessionContext configured错误,检查了几次配置都没有发现问题,最后上网查找发现是配置文件的问题
解决如下:
    在集成Hibernate的环境下(例如Jboss),在hibernate.cfg.xml中session-factory段加入:

<!---->        <property name="current_session_context_class">jta</property>

    在不集成Hibernate的环境下(例如使用JDBC的独立应用程序),在hibernate.cfg.xml中session-factory段加入:

<!---->        <property name="current_session_context_class">thread</property>
分享到:
评论
1 楼 deepspring 2009-02-24  
确实,解决了,刚才不行原来是大小写的原因。。。

相关推荐

    SQL Server not configured for data access问题处理

    SQL Server not configured for data access问题处理 用于跨数据库连接

    Hibernate源代码分析

    throw new HibernateException("No CurrentSessionContext configured!"); } return currentSessionContext.currentSession(); } 在 getCurrentSession() 方法中,SessionFactoryImpl 将获取 Session 的工作委托...

    Hibernate源代码分析(一)

    throw new HibernateException( "No CurrentSessionContext configured!" ); } return currentSessionContext.currentSession(); } 从上面的代码可以看到,getCurrentSession 方法将获得 Session 对象的工作委托...

    Spring Boot报错:No session repository could be auto-configured, check your configuration的解决方法

    在Spring Boot应用中,当你遇到“`No session repository could be auto-configured, check your configuration`”的错误时,这通常意味着Spring Boot无法自动配置用于管理会话(session)的存储库。Spring Boot提供...

    Ubuntu/Deepin下Python3.8出现SSL错误的解决方案

    WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. 网上的方法都是在CentOS下进行的,而我用的是Deepin系统,也就是基于Ubuntu/Debian的发行版...

    The current branch is not configured for pull

    The current branch is not configured for pull No value for key branch.master.merge found in configuration

    Oracle SQL Developer 2.1.0.63.73 for 32bit-windows-no-jre.part1

    There is no in-place upgrade available. To install Oracle SQL Developer 2.1 download the file and unzip into an empty folder. Select the "Use folder names" checkbox when unzipping the file. You can ...

    hibernate测试时遇到的几个异常及解决方法汇总

    3. org.hibernate.HibernateException: No CurrentSessionContext configured! 该异常的解决方法是添加 hibernate-jpa-2.0-api-1.0.0.Final.jar。这是因为 Hibernate 需要配置 CurrentSessionContext,以便正确地...

    DELL服务器错误代码汇总.pdf

    类似的情况还有E1A11 PCIRsrConfig错误代码,该错误代码表示PCI risers are not configured correctly,管理员需要重新seat、replace或repair failing device以解决问题。 Temperature中,我们可以看到E1114 Temp ...

    Configured:更改模组配置的最简单方法!

    在配置过程中,务必注意模块间的依赖关系,避免循环依赖,因为这可能导致编译错误。此外,对于公共API的改变,需要考虑对其他模块的影响,保持兼容性,以降低升级成本。 综上所述,`Configured: 更改模组配置的最...

    GNS3运行错误及解决方法

    以下是一些常见的GNS3运行错误及其解决方法: 1. **安装路径错误**:避免在含有中文字符的目录下安装GNS3。推荐使用默认安装路径,或者创建一个全英文路径的文件夹进行安装。中文路径可能导致程序无法正常识别,...

    Redis ‘MISCONF Redis is configured to save RDB snapshots, but is currently not able to …’持久化问题

    本文主要讨论了一个特定的Redis持久化问题:“MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk”,以及如何解决这个问题。 Redis的持久化方式主要有两种:RDB...

    Port Not Configured(亲测可用).md

    Port Not Configured(亲测可用).md

    Cache Store Not Configured(解决方案).md

    Cache Store Not Configured(解决方案).md

    rocketmq可视化控制台最新版 rocketmq-console-ng-2.x

    RocketMQ是一款开源的消息中间件,由阿里巴巴开发并贡献给Apache软件基金会,被广泛应用于大数据、实时计算、微服务等场景。RocketMQ的核心功能包括消息发送与接收、消息队列、消息回溯、高可用保障、分布式事务等。...

    cognos常见错误解决方案汇总.doc

    Check that IBM Cognos 8 service is available and properly configured。” **运行环境** - 操作系统:AIX 5.3.04 - Java开发工具包(JDK):1.5 - 数据库:Oracle 10g **解决方法** 1. **调整配置文件** 在`...

    Oracle错误一览表

    #### ORA-00161: Feature not supported (product is not configured to support feature) 当尝试使用的产品未配置支持的功能时,会抛出此错误。这可能是因为产品版本不支持该功能,或者相应的选项未启用,需要升级...

    ADSL拨号上网错误大全

    34. **633 - The port is already in use or is not configured for Remote Access dial out** - 解释:端口已被占用或未配置为远程访问拨号。 - 解决方法:检查调制解调器设置,确保端口可用并已正确配置。 35. ...

    如何用orion做数据交换

    例如,“SOAP fault received while calling webservice: No running communication point is configured to process this request”这类错误,往往是因为没有正确配置Webservice的通信点。 ### 结论 Orion作为一...

    Linux配置vnc服务

    在Linux系统中配置VNC服务是一项关键任务,尤其是对于那些需要远程管理图形用户界面(GUI)的管理员来说。VNC(Virtual Network Computing)是一种平台独立的桌面共享系统,允许用户通过网络远程控制另一台计算机的...

Global site tag (gtag.js) - Google Analytics