Uploaded image for project: 'Runtime'
  1. Runtime
  2. RUNTIME-575

Possibility to specify a sqlmap file relatively to the context or plugin in SqlMapExtensionPoint

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • 2.1.1, 2.2
    • 2.1
    • Plugin core
    • 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"/>
      

            ngavalda Nicolas Gavalda (Inactive)
            ngavalda Nicolas Gavalda (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: