Vasiliy Sisko created IGNITE-2512:
-------------------------------------

             Summary: Schema import: Generate cacheName property in JdbcType
                 Key: IGNITE-2512
                 URL: https://issues.apache.org/jira/browse/IGNITE-2512
             Project: Ignite
          Issue Type: Bug
          Components: wizards
    Affects Versions: 1.6
            Reporter: Vasiliy Sisko


Generate template for *cacheName* property inside of JdbcType descriptor.
{code:xml}
<bean class="org.apache.ignite.cache.store.jdbc.JdbcType">
    <!-- Please configure cache name to load data from table UserInfo -->
    <property name="cacheName" value=""/>
    <property name="databaseSchema" value="STAFF"/>
    <property name="databaseTable" value="UserInfo"/>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to