[
https://issues.apache.org/jira/browse/IGNITE-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pavel Konstantinov updated IGNITE-2572:
---------------------------------------
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
{code}
<!-- 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>
{code}
And then it should be set in Discovery section.
> Add Datasource on cluster UI for case Discovery = JDBC
> ------------------------------------------------------
>
> Key: IGNITE-2572
> URL: https://issues.apache.org/jira/browse/IGNITE-2572
> Project: Ignite
> Issue Type: Sub-task
> Reporter: Pavel Konstantinov
> Fix For: 1.6
>
>
> 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
> {code}
> <!-- 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>
> {code}
> And then it should be set in Discovery section.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)