You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Kuznetsov (JIRA)" <ji...@apache.org> on 2016/08/31 15:10:23 UTC

[jira] [Created] (IGNITE-3815) CacheJdbcPojoStore.loadCache() should check arguments and fail with appropriate exception message

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)