Hibernate “PreInsertEvent.getSource()” NoSuchMethodError

前端 未结 3 700
执念已碎
执念已碎 2020-12-20 00:28

I\'m recieving the following error when trying to do inserts:

java.lang.NoSuchMethodError : org.hibernate.event.PreInsertEvent.getSource()Lorg/hibernate/

3条回答
  •  醉酒成梦
    2020-12-20 00:54

    This is a known bug : https://hibernate.onjira.com/browse/HVAL-81 . It occurs when you reference an older version of hibernate validator than core.

提交回复
热议问题