Hi all,
I´m using spring 1.2 and Hibernate 3. When I start my app and the sessionfactory will be created, the Mapping-Files will be parsed and validated. The parser connect to the Internet for checking DTD´s.
I don´t want that behavior. Also the DTD´s are in classpath in package "org.hibernate". So why it (parser) don´t look there before connecting the net.
Is there a "switch" to change this. Maybe a property to set.
Thanks,
Jörg


Reply With Quote