The JIRA entry: http://issues.apache.org/jira/browse/IBATIS-270 refers.*
I'd appreciate any comments from the committers on this matter. I've looked at the code suggested to allow new SQLMap files at runtime - commented about the creation of a new SqlMapClient instance. I'd appreciate any comments on the code itself: http://issues.apache.org/jira/secure/attachment/12323375/DynamicSqlMapExecut orDelegate.java Also: If I don't mind the performance hit of completely unloading the entire "configuration" variable stack in order to *re*load SQLMaps at runtime, what approach do I take? (Only thinking of this approach for simplicity.) Where do I have to manage concurrency? Any assistance greatly appreciated. TIA & Kind Regards, A * I know iBatis 3 will cater for runtime configuration, but I am contemplating a "quick" patch on top of the current version for demo purposes.