Hibernate 3 does not work with maven and glassfish 4.1.2

0

I have an application created with maven (jsf 2.2, hibernate 3.3.0) and deployed in glassfish 4.1.2. when I change a record it gives the following error:

javax.faces.el.EvaluationException: java.lang.NoSuchMethodError: org.hibernate.event.PreUpdateEvent.getSource()Lorg/hibernate/event/EventSource;

Someone has already gone through this and can help me?

    
asked by anonymous 03.10.2018 / 20:13

0 answers