You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasiliy Sisko (JIRA)" <ji...@apache.org> on 2017/06/05 09:12:04 UTC

[jira] [Assigned] (IGNITE-5303) WebConsole configuration wizard doesn't properly handle multiple RDBMS

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

Vasiliy Sisko reassigned IGNITE-5303:
-------------------------------------

    Assignee: Alexey Kuznetsov  (was: Vasiliy Sisko)

> 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: Alexey Kuznetsov
>            Priority: Critical
>
> 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)