Error message: Exception in thread “main” org.hibernate.HibernateException: Error accessing stax stream

前端 未结 3 752
渐次进展
渐次进展 2021-01-20 05:38

I´m trying to create a MySQL database table by using hibernate but I get this error message:

Exception in thread \"main\" org.hibernate.HibernateException: E         


        
3条回答
  •  青春惊慌失措
    2021-01-20 06:22

    I faced the same issue. It turns out that system is not able to access the hibernate-configuration-3.0.dtd from the url provided.

        
    

    So, I referenced it from the local system.

        
    

    Worked well for me. Hope it helps!

提交回复
热议问题