Allow iBatis SQL Map Config to load one sqlmap pointing to properties file
containing the list of actual SQL Maps.
------------------------------------------------------------------------------------------------------------------
Key: IBATIS-386
URL: https://issues.apache.org/jira/browse/IBATIS-386
Project: iBatis for Java
Issue Type: Improvement
Components: SQL Maps
Affects Versions: 2.3.0
Environment: Not of importance
Reporter: Davy Toch
It would be an improvement for unit testing iBatis based components to allow
the SQL Map Config to point to only one entry <sqlMap>, e.g.:
<sqlMap>
...
<sqlMap resource="sqlMap.properties"/>
</sqlMap>
but with sqlMap.properties listing all SQL Map files to be loaded.
The advantage is that there less of a risk of the SQL Map Config test &
production files to be desynchronized.
An example is included in attachment.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.