- I am using jdk 1.6.45 spring 3.1 hibenate 4 jpa-2 junit 4 and maven
- when i run the junit
I am getting the below error
If I remove the below line in persistance xml .., validation skipped and working fine
<property name="hibernate.hbm2ddl.auto" value="validate" />
what needs to be done to the execute junit validation