I know the question is a little older, but I recently ran into the same problems and shared my findings with you guys.
For me, the following two approaches have helped to identify my problem.
Exit SQL statements using persistence.xml:
<property name = "hibernate.show_sql" value = "true" />
<property name="eclipselink.logging.level" value="FINE"/>
Journal Prohibition Violation
as described in the answer to the following question:
javax.validation.ConstraintViolationException
source
share