Hello wufangyi.
Can you please properly subscribe to the mailing list so that the community
receives email notifications? Follow the instruction here:
http://apache-ignite-users.list/MailingListOptions.jtp?
To resolve that issue please add “cacheName” property to your jdbc type
descriptions how on next example.
<bean class="org.apache.ignite.cache.store.jdbc.JdbcType">
*<property name="cacheName" value="REPORTTABLESWXC"/>*
<property name="databaseSchema" value="REPORTTABLESWXC"/>
<property name="databaseTable" value="USERINFO"/>
…
Ignite schema import utility is not generate that field now and will fixed
in future.
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Need-help-error-to-Automatic-Persistence-Use-Xml-tp2769p2787.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.