I’ve got a hibernate configuration file “hibernate.cfg.xml” in the source directory and I’m seeing the following error in the XML editor:
“Connection timed out: connect”
The error is marked in the URL of the DOCTYPE section of this file (line three below):
1. <!DOCTYPE hibernate-configuration
2. PUBLIC “-//Hibernate/Hibernate Configuration DTD//EN”
3. “http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd”>
I assume this is a proxy issue since I’m behind a firewall but don’t know how to correct this problem. I have entered proxy values in Windows -> Preferences -> Install/Update -> Proxy Settings but that doesn’t have any effect.
Steve