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 2015/12/15 04:40:47 UTC

[jira] [Updated] (IGNITE-2162) Add dialect name to data source property name in 'secret.properties' file

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

Pavel Konstantinov updated IGNITE-2162:
---------------------------------------
    Summary: Add dialect name to data source property name in 'secret.properties' file  (was: Add dialect name to property name in 'secret.properties' file)

> Add dialect name to data source property name in 'secret.properties' file
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-2162
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2162
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>            Reporter: Pavel Konstantinov
>             Fix For: 1.5
>
>
> Currently for example for DB2 we generate the following secret.properties body:
> {code}
> ds.jdbc.server_name=YOUR_JDBC_SERVER_NAME
> ds.jdbc.port_number=YOUR_JDBC_PORT_NUMBER
> ds.jdbc.database_name=YOUR_JDBC_DATABASE_TYPE
> ds.jdbc.driver_type=YOUR_JDBC_DRIVER_TYPE
> ds.jdbc.username=YOUR_USER_NAME
> ds.jdbc.password=YOUR_PASSWORD
> {code}
> This will be a bit better and clear (especially in case of several data sources with different dialects) :
> {code}
> ds.jdbc.db2.server_name=YOUR_JDBC_SERVER_NAME
> ds.jdbc.db2.port_number=YOUR_JDBC_PORT_NUMBER
> ds.jdbc.db2.database_name=YOUR_JDBC_DATABASE_TYPE
> ds.jdbc.db2.driver_type=YOUR_JDBC_DRIVER_TYPE
> ds.jdbc.db2.username=YOUR_USER_NAME
> ds.jdbc.db2.password=YOUR_PASSWORD
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)