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

Alexey Kuznetsov reassigned IGNITE-5303:
----------------------------------------

       Resolution: Fixed
         Assignee: Pavel Konstantinov  (was: Alexey Kuznetsov)
    Fix Version/s: 2.1

Merged to master.

Note: only database name added.
For security reasons Web Console does not store user sensitive information 
like: name, password, JDBC URL and other.
So, generation of {{secret.properties}} was not changed.

> WebConsole configuration wizard doesn't properly handle multiple RDBMS
> ----------------------------------------------------------------------
>
>                 Key: IGNITE-5303
>                 URL: https://issues.apache.org/jira/browse/IGNITE-5303
>             Project: Ignite
>          Issue Type: Task
>            Reporter: Denis Magda
>            Assignee: Pavel Konstantinov
>            Priority: Critical
>             Fix For: 2.1
>
>
> Imagine a use case when cache_A needs to persist data in database_A while 
> cache_B has to be connected with database_B as a part of a single application.
> WebConsole allows importing a schema from both databases but:
> * in a final Spring XML configuration there will be only one data source bean 
> defined.
> * both cache_A and cache_B will use the data source of a database that was 
> used last for the schema importing.
> This is what we need to do:
> * Spring XML and Java configurations must include data source beans for every 
> database that was used for the schema importing.
> * security.properties file must contain a connection URL and credentials for 
> every database.
> * we need to support databases of different and similar vendors. For 
> instance, both database_A and database_B can be MySQL ones or database_B can 
> be based on PostgreSQL.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to