Hello,
I am trying to use iBATIS in a standalone Spring application. For some reason, I'm not able to connect to the network to validate their DTDs. To get around this (and for performance reasons), I'd like to access the DTDs in the iBATIS jar file.
I have emulated the technique used by Spring to get its DTDs in the BeanDtdResolver class, however, I don't know how to plug my entity resolver class in.
Does anyone know how this might be done?
Thanks,
Bill


Reply With Quote