Hi Clinton, I used the following :
<!DOCTYPE sqlMapConfig PUBLIC "-//ibatis.apache.org//DTD SQL Map Config 2.0//EN" "http://ibatis.apache.org/dtd/sql-map-config-2.dtd"> Doesnt work if internet is OFF.Maybe xmlparser is not honoring EntityResolver as mentioned by you. Any inputs on how to use catalog files to solve this issue? Regards Raju Clinton Begin wrote: > > It shouldn't be hitting the server regardless. iBATIS uses a custom > EntityResolver that looks it up in the JAR file. Check to make sure your > doctype is correctly set to ibatis.apache.org. > > Or if for some reason your XML parser isn't honoring the EntityResolver, > then you can keep local copies of the DTD and use a file:// url. > > Clinton > > On 5/14/07, raju <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> We are using iBATIS, and the our xml files for the DAOs include a common >> entity for CRUD and list operations. >> >> This entity is a public identifier with URL which makes it hard to test >> new >> versions without commiting them first.It also becomes a problemwhen xml >> file >> changes. >> >> Has anyone tried out using entity in iBATIS xml config files without >> actually hitting te URL specified in the DTD? >> ? >> >> Any ideas or samples to achieve the above would be of great help. >> >> Thanks in advance >> >> Raju >> >> -- >> View this message in context: >> http://www.nabble.com/Resolving-ibatis-entities-without-hitting-url-in-DTD..-tf3752640.html#a10604624 >> Sent from the iBATIS - User - Java mailing list archive at Nabble.com. >> >> > > -- View this message in context: http://www.nabble.com/Resolving-ibatis-entities-without-hitting-url-in-DTD..-tf3752640.html#a10617523 Sent from the iBATIS - User - Java mailing list archive at Nabble.com.
