Hi,
this configuration shouldn't work because there is typo in property name in
this code snippet (AffinityKeyFieldName should start with lower case, my
fault from previous posts):
<property name="cacheKeyConfiguration">
<list>
<bean
class="org.apache.ignite.cache.CacheKeyConfiguration">
<property name="typeName"
value="com.ignitetest.PersonPK"/>
<property name="AffinityKeyFieldName" value="col5"/>
</bean>
</list>
</property>
I expect that exception should be throwed up on ignite instance start up
because there is no such property "AffinityKeyFieldName".
--
View this message in context:
http://apache-ignite-users.70518.x6.nabble.com/Affinity-Key-field-is-not-identified-if-binary-configuration-is-used-on-cache-key-object-tp15959p16079.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.