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/04/07 04:35:25 UTC

[jira] [Comment Edited] (IGNITE-2950) Incorrect params list in secret.properties for PostgreSQL

    [ https://issues.apache.org/jira/browse/IGNITE-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15229556#comment-15229556 ] 

Pavel Konstantinov edited comment on IGNITE-2950 at 4/7/16 2:34 AM:
--------------------------------------------------------------------

We need a fix ONLY for secret.properties
It should contain jdbc.url, username, pass


was (Author: pkonstantinov):
We need a fix ONLY for secret.properties

> Incorrect params list in secret.properties for PostgreSQL
> ---------------------------------------------------------
>
>                 Key: IGNITE-2950
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2950
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>            Reporter: Pavel Konstantinov
>            Assignee: Vasiliy Sisko
>             Fix For: 1.6
>
>
> Currently  we generate the following parameters (incorrect):
> {code}
> dsPostgreSQL.jdbc.server_name=YOUR_DATABASE_SERVER_NAME
> dsPostgreSQL.jdbc.database_name=YOUR_DATABASE_NAME
> dsPostgreSQL.jdbc.username=YOUR_USER_NAME
> dsPostgreSQL.jdbc.password=YOUR_PASSWORD
> {code}
> But in XML configuration we use (correct) 
> {code}
> <property name="url" value="${dsPostgreSQL.jdbc.url}"/>
> <property name="user" value="${dsPostgreSQL.jdbc.username}"/>
> <property name="password" value="${dsPostgreSQL.jdbc.password}"/>
> {code}
> Please fix params in secret.properties.



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