Running petclinnic from the 0.3-SNAPSHOT once compiled causes "Class not found exception: org.hibernate.validator.InvalidStateException". So, after a search I founded that class in Hibernate Annotations. Added that jar to the classpath and now the petclinnic works.
Sounds a little bit odd to have to include that hibernate jar if the petclinic-business.jar is not configured to use hibernate.


Reply With Quote
