Alexey Kuznetsov created IGNITE-3815:
----------------------------------------
Summary: CacheJdbcPojoStore.loadCache() should check arguments and
fail with appropriate exception message
Key: IGNITE-3815
URL: https://issues.apache.org/jira/browse/IGNITE-3815
Project: Ignite
Issue Type: Task
Components: cache
Affects Versions: 1.6
Reporter: Alexey Kuznetsov
Assignee: Alexey Kuznetsov
Fix For: 1.8
CacheJdbcPojoStore.loadCache() method accepts arguments in following format:
closure, keyType1, sql1, ..., keyTypeN, sqlN.
We could easily check that keyType1, ..., keyTypeN are configured in store
and throw appropriate exception that will help users to understand what is
wrong.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)