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 11:05:46 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=15057767#comment-15057767 ] 

Pavel Konstantinov commented on IGNITE-2162:
--------------------------------------------

Unused property:
{code}
postgres.jdbc.url=jdbc:postgresql://[host]:[port]/[database]
{code}

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