| Author |
"Operation timed out: connect" error
|
Saeed Amer
Ranch Hand
Joined: Jan 20, 2004
Posts: 135
|
|
Hello everyone, I am new to "Hibernate" world and I am having problem in *.hbm.xml and hibernate.cfg.xml parsing. I am using WSAD 5.1.1, Hibernate 2.1 and Oracle 10g. 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. Thank you so much in advance. Regards, Saeed [ July 28, 2006: Message edited by: Saeed Amer ]
|
 |
 |
|
|
subject: "Operation timed out: connect" error
|
|
|