-
Improvement
-
Resolution: Fixed
-
Major
-
2.1
-
None
Add the possibility to specify a sqlmap file relatively to the context or plugin in SqlMapExtensionPoint, as follows:
<!-- Original format, searched in the classpath. --> <sqlMap datasource="..." resource="com/mycompany/sqlmap/file.xml"/> <!-- Absolute in the application context. --> <sqlMap datasource="..." config="/WEB-INF/param/file.xml"/> <!-- Relative to the folder of the plugin in which the extension is declared. --> <sqlMap datasource="..." config="sql/file.xml"/>
- Conditionne
-
ODF-180 Donner la possibiliter d'avoir ses fichiers sqlmap du de odf.apogee (progams, educationalElements...) dans le projet
- Closed