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?