Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7
    • None
    • None

    Description

      We need to add ability that allow to user to select DB dialect.
      And add corresponding dependency in the pom-file.
      Xml-configuration file should contain somthing like this

      <!-- Data source beans will be initialized from external properties file. -->
          <bean id="db2" class="com.ibm.db2.jcc.DB2DataSource">
              <property name="serverName" value="${db2.jdbc.server_name}" />
              <property name="portNumber" value="${db2.jdbc.port_number}" />
              <property name="databaseName" value="${db2.jdbc.database_name}" />
              <property name="driverType" value="${db2.jdbc.driver_type}" />
              <property name="user" value="${db2.jdbc.username}" />
              <property name="password" value="${db2.jdbc.password}" />
          </bean>
      

      And then it should be set in Discovery section.

      Attachments

        Activity

          vsisko Vasiliy Sisko added a comment -

          Implemented configuration of datasource for JDBC IP finder.
          To test:

          1. Configuration of JDBC discovery variant,
          2. Check of datasources with the same name and different databases.
          3. XML/Java code generation.
          4. Pom generation
          vsisko Vasiliy Sisko added a comment - Implemented configuration of datasource for JDBC IP finder. To test: Configuration of JDBC discovery variant, Check of datasources with the same name and different databases. XML/Java code generation. Pom generation
          anovikov Andrey Novikov added a comment -

          Reviewed. Merged. Pavel, please test.

          anovikov Andrey Novikov added a comment - Reviewed. Merged. Pavel, please test.

          Tested on staging

          pkonstantinov Pavel Konstantinov added a comment - Tested on staging

          People

            Unassigned Unassigned
            pkonstantinov Pavel Konstantinov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: