I know it's inside the hibernate jar, and that's exactly my problem.
Here is how it is written in chapter 1 of the Hibernate Reference Documentation:
Quote:
Note that Hibernate will not load the DTD file from the web, but first look it up from the classpath of the application.
So the hibernate2 jar is inside my classpath, but if the dtd on the web is not available for whatever reasons, no connections to the database can be established for new Configuration().configure(file)
Any way to disable this xml parsing for rich clients?