If you use Spring all SQL Maps get loaded and validated
at startup.
From: Matthew Hixson <[EMAIL PROTECTED]> [mailto:Matthew Hixson <[EMAIL PROTECTED]>]
Sent: Friday, September 01, 2006 5:22 PM
To: user-java@ibatis.apache.org
Subject: SQLMap validation at startup?
of the SQLMaps are sane at startup time instead of whenever a
business object is used. What I want to do is prevent having to run
through the code/deploy/login to webapp/test/get exception process 3
times when I have 3 typos in my SQLMaps.
Not that I'm bitter.
-M@