You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Konstantinov (JIRA)" <ji...@apache.org> on 2016/08/09 10:06:20 UTC

[jira] [Closed] (IGNITE-2572) Add Datasource on cluster UI for case Discovery = JDBC

     [ https://issues.apache.org/jira/browse/IGNITE-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Konstantinov closed IGNITE-2572.
--------------------------------------
    Assignee:     (was: Pavel Konstantinov)

Tested on staging

> 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.7
>
>
> 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)