| Hello, 
 I'm using WSAD 5.1 with struts. I got the error message -- "problem parsing configuration/hibernate.cfg.xml".
 
 Initially, I write
 
 <!DOCTYPE hibernate-configuration
 PUBLIC "-//Hibernate/Hibernate Configuration DTD//EN"
 "http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd">
 
 as the prolog. Then, I got File not found: "http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd". Now, I cut-and-pasted the dtd with the same file name and saved with hibernate.cfg.xml. So comes the parsing problem.
 
 What jar file does that job? I doubt if I set up the right classpath. Any idea? Thanks.
 
 Song
 
 
 |