You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Denis Magda <dm...@apache.org> on 2017/05/26 23:07:23 UTC

WebConsole configuration wizard doesn't properly handle multiple RDBMS

Alex K, Andrey N,

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.

More details here:
https://issues.apache.org/jira/browse/IGNITE-5303

How difficult is to improve the configuration wizard to support the use case?

—
Denis