[ http://issues.apache.org/jira/browse/IBATIS-270?page=comments#action_12417699 ]
adamb commented on IBATIS-270: ------------------------------ Further to above comment, DynamicSqlMapExecutorDelegate.hasResource() is only aware of resources loaded through it, so if you have a dummy sqlMap defined in sql-map-config.xml (so that it will parse) then the hasResource method will return false for that dummy resource and an attempt to reload it will throw a NodeletException. > Loading SqlMap XML to existing SqlMapClient > ------------------------------------------- > > Key: IBATIS-270 > URL: http://issues.apache.org/jira/browse/IBATIS-270 > Project: iBatis for Java > Type: New Feature > Components: SQL Maps > Environment: any > Reporter: Richard Lin > Priority: Minor > Attachments: DynamicSqlMapClient.java, DynamicSqlMapExecutorDelegate.java > > Ability to dynamically load more SqlMap XML files not included in > sqlmap-config.xml. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira