hibernate 錯誤:org.hibernate.HibernateException: Unable to get the default Bean Validation factory

 Hibernate 3.6以上版本會提示錯誤:

Unable to get the default Bean Validation factory

 

在hibernate.cfg.xml裏增加一屬性解決:

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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章