Denis Magda created IGNITE-5303:
-----------------------------------
Summary: 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
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)