DocumentException « Connection « JPA Q&A





2. org.dom4j.DocumentException: Connection timed out    forum.hibernate.org

I am seeing this error: org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect The DOCTYPE declaration is correct: I can browse to the DTD url, and the hibernate jar has the DTD in it and Dom4J should use the hibernate entity resolver and pull the local dtd, correct? So I'm ...

3. org.dom4j.DocumentException: Connection timed out    forum.hibernate.org

Hi, When I tried to build a session I get the following error: org.dom4j.DocumentException: Connection timed out: connect Nested exception: Connection timed out: connect at org.dom4j.io.SAXReader.read(SAXReader.java:358) at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1490) I am using Hibernate 3 and the cfg file also points to the 3.0DTD. Please find the config file: com.service.data.OracleDataSourceProvider ...