zoukankan      html  css  js  c++  java
  • spring-framework-3.2.4.RELEASE 综合hibernate-release-4.3.5.Final一个错误Caused by: java.lang.NoClassDefFound

    LZ一体化的今天spring-framework-3.2.4.RELEASE 综合hibernate-release-4.3.5.Final一个错误Caused by: java.lang.NoClassDefFound

    Caused by: java.lang.NoClassDefFoundError: org/hibernate/service/jta/platform/spi/JtaPlatform。


    最后从国外一篇文章找到解决的方法:原文地址例如以下点击打开链接


    产生原因是:

    Hibernate4.3.X中,org.hibernate.service.jta.platform.spi.JtaPlatform类换成了:

    org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform;


    原文说解决方法是:

    Solution

    Since Hibernate 4.3.x, the JtaPlatform class is refactored to a new package. To fix it, downgrade Hibernate to 4.2.x or older, or upgrade the Spring framework.

    翻译过来即是,解决方式:

    Hibernate用4.2.X及下面版本号  或 Spring用4.0及以上版本号

    经过升级,Spring4.0.3,Hibernate4.3.5后,解决。

    楼主亲测可用。

    版权声明:本文博客原创文章。博客,未经同意,不得转载。

  • 相关阅读:
    广告术语及缩写
    run `npm audit fix` to fix them, or `npm audit` for details
    Notes:SVG(2)---各种常见图形
    Notes:SVG(1)
    Notes:indexedDB使用
    Notes: select选择框
    Notes:DOM的事件模拟
    Notes: DOM Range
    Git-Notes
    Javascript一些实用技巧
  • 原文地址:https://www.cnblogs.com/hrhguanli/p/4688077.html
Copyright © 2011-2022 走看看