Reputation: 1376
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
Upvotes: 0
Views: 826
Reputation: 1376
I have changed org.hibernate.dialect.OracleDialect to org.hibernate.dialect.Oracle10gDialect
Not It is working perfect.
Upvotes: 1