Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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.
Implemented configuration of datasource for JDBC IP finder.
To test: