Which version are you using? The latest iBATIS version resolve all DTD's from the jar, so you do not have to access the internet.
Niels -----Original Message----- From: Gordon Shankman [mailto:[EMAIL PROTECTED] Sent: woensdag 15 maart 2006 12:25 To: [email protected] Subject: DTD URL unavailable Is there a way to turn off the DTD checking in iBatis? We are using iBatis on several standalone systems that do not have internet access and cannot access the DTDs online. We have solved this problem in some instances by using internal URLs, but we do not always have the access needed to configure each system. We've also run into problems where URLs work for a webapp, but not for a command line application. Our ideal solution is for the DTD URL specified in the sql-map files to be ignored. Is this possible? Thanks, Gordon Shankman
