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
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!