I am using iBatis version 2 and Spring 2.5
My XML looks like:
my1.xml looks like:
When I start the server with the application deployed, I get error as:
What should I be using for:
http://ibatis.apache.org/dtd/sql-map-config-2.dtd?
The link,
http://ibatis.apache.org/dtd/sql-map-config-2.dtd is also broken.
Changing
http://ibatis.apache.org/dtd/sql-map-config-2.dtd to
http://ibatis.apache.org/dtd/sql-map-config-2.dtd, as I have it in my1.xml, I get exception as incorrect XML format.
My question:
What do I need to use in place of:
http://ibatis.apache.org/dtd/sql-map-config-2.dtd?