You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2015/12/15 08:05:46 UTC

[jira] [Resolved] (IGNITE-2162) Add vendor jdbc prefix to JDBC url in 'secret.properties' file

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

Alexey Kuznetsov resolved IGNITE-2162.
--------------------------------------
    Resolution: Fixed
      Assignee: Pavel Konstantinov  (was: Alexey Kuznetsov)

Reworked secret.properties JDBC URL generation.

> Add vendor jdbc prefix to JDBC url 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
>            Assignee: Pavel Konstantinov
>             Fix For: 1.5
>
>
> Currently for example for DB2 we generate the following secret.properties body:
> {code}
> ds.jdbc.url=YOUR_JDBC_URL
> {code}
> This will be a bit better if template for JDBC URL will be inserted:
> {code}
> ds.jdbc.url=jdbc:oracle:thin:@[host]:[port]:[database]
> {code}



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