Hi,
I have hibernate mapping files with the following doctype:
<!DOCTYPE hibernate-mapping PUBLIC
“-//Hibernate/Hibernate Mapping DTD//EN”
“http://hibernate.sourceforge.net/hibernate-mapping-2.0.dtd”>
I cannot perform a validation on these files because the connection times out when trying to connect to the external address. I can connect to this address outside of eclipse. This doesn’t seem to be a problem with any other type of externally defined XML file, for example I have a Struts config file that validates with no problem. How could I check if Eclipse can actually connect to this address? Are there any other reasons this would time out?
Mike