The sql map configuration is supports urls as well <sqlMap url="..." />
You could also initialize com.ibatis.common.resources.Resources with a custom implementation of a ClassLoader which does the external lookup. -----Original Message----- From: Jared Blitzstein [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 3:42 PM To: [email protected] Subject: Moving sqlmap files to /WEB-INF/sqlmaps/ instead of in the classpath Is it possible to move the sqlmap xml files to a subdirectory in the / WEB-INF/ of my web app? I'm trying not to mix xml files in my class files and thought this might be a cleaner approach. Everything I've found so far mentions about them being in the classpath. Thanks.
