Whenever I\'m disconnected from the internet, I get the following exception:
org.hibernate.HibernateException: Could not parse configuration: com/mashlife/re
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.