Argh ... I mixed the sql-map and sql-map-config entries - so don't use
my examples literally.  The general idea is still right.

Jeff Butler

>>> [EMAIL PROTECTED] 08/01/05 4:25 PM >>>
Replying back to the list so everyone can see...

This could be a known issue that was fixed in 2.1.5.  Did you just
recently change to the new URL from the  the old location
"http://www.ibatis.com/dtd/sql-map-2.dtd"; ?  You can only use the new
ibatis.apache.org location with iBATIS version 2.1.5.  Clinton
references the issue in the 2.1.5 release notes - something about
improved entity resolvers.

Also, the runtime validation checking is coded to automatically use
the
DTDs in the JAR file - you don't need to do anything to make this work.

To change it would involve compiling your own version of iBATIS
(probably not worth it for this issue).

My recommendation is to use
http://ibatis.apache.org/dtd/sql-map-config-2.dtd with iBATIS version
2.1.5 and later, otherwise use
"http://www.ibatis.com/dtd/sql-map-2.dtd";
with older versions.

Jeff Butler



Reply via email to