Joined: Thu Aug 17, 2006 8:02 am Posts: 9
|
I am new to "Hibernate" world and I am having problem in *.hbm.xml and hibernate.cfg.xml parsing. Here is how the "hibernate.cfg.xml" looks like:
==========
1. <?xml version='1.0' encoding='utf-8'?>
2. <!DOCTYPE hibernate-configuration PUBLIC
3. "-//Hibernate/Hibernate Configuration DTD 2.0//EN"
4. "http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd">
5. <hibernate-configuration>
6. <session-factory>
....
....and so on
WSAD is shoing me error on line (4.) saying:
=======================
Description:
"Operation timed out: connect"
Resource:
hibernate.cfg.xml
In Folder:
(folder path)
=======================
When I look at the URL (on line 4), I am able to see the DTD file.
I'd highly appreciate if someone could please let me know what I am doingwrong and how to fix this error. I am getting this same error in all of my HBM files also.
|
|