jasperreports 5.6.0 and Hibernate 4 NoSuchFieldError: BOOLEAN

后端 未结 2 1170
遇见更好的自我
遇见更好的自我 2021-01-28 09:59

I\'m building web app based on maven, using spring, hibernate and jasperreports.

Here is applicationContext.xml file



        
2条回答
  •  無奈伤痛
    2021-01-28 10:12

    Like is written here http://jasperreports.sourceforge.net/sample.reference/hibernate/

    One of these middle-tier tools dedicated to data access is Hibernate (today: Hibernate 3.3) (...)

    ... is it possible that newest jasperreports 5.6 believes that actual version of hibernate is 3.3 and not 4.3? oO

    Two weeks working on a solution and nothing :/

提交回复
热议问题