美文网首页
Hibernate 报错Problem finding Orac

Hibernate 报错Problem finding Orac

作者: 丶晓虎 | 来源:发表于2018-11-19 11:33 被阅读0次

    在系统运行过程中执行保存提交操作时出错

    org.springframework.orm.hibernate4.HibernateSystemException: Problem finding Oracle Connection; nested exception is org.hibernate.HibernateException: Problem finding Oracle Connection
    

    代码太长就不贴了,最主要的还是这句话

    Caused by: org.hibernate.HibernateException: Problem finding Oracle Connection
    

    解决方案:
    在Tomcat启动配置(context.xml)的Resource里添加

    accessToUnderlyingConnectionAllowed="true"
    

    相关文章

      网友评论

          本文标题:Hibernate 报错Problem finding Orac

          本文链接:https://www.haomeiwen.com/subject/jmpofqtx.html