Can't parse hibernate.cfg.xml while offline

前端 未结 13 1691
死守一世寂寞
死守一世寂寞 2020-11-29 08:13

Whenever I\'m disconnected from the internet, I get the following exception:

org.hibernate.HibernateException: Could not parse configuration: com/mashlife/re         


        
相关标签:
13条回答
  • 2020-11-29 09:17

    I think you are using Hibernate3 jar file, but the Hibernate4 DTD file. so the solution is choose one of them: 3 or 4.

    BTW, I strongly recommend you using Maven for the jar dependency management.

    0 讨论(0)
提交回复
热议问题