Hibernate错误处理:Unable to get the default Bean Va...

Hibernate 3.6以上版本在用junit测试时会提示错误:

Unable to get the default Bean Validation factory

在hibernate.cfg.xml里增加一属性解决:

<property name="javax.persistence.validation.mode">none</property>

你可能感兴趣的:(Hibernate错误处理:Unable to get the default Bean Va...)