Please double check this documentation section
https://apacheignite.readme.io/docs/dml#advanced-configuration 
<https://apacheignite.readme.io/docs/dml#advanced-configuration>

If you have your custom key with multiple fields then key’s fields must be 
separated from value’s fields at the configuration level. The documentation 
section provides examples for this.

—
Denis

> On Jan 25, 2017, at 4:21 AM, minisoft_rm <minisoft...@hotmail.com> wrote:
> 
> dear experts:
> I got exception - "Caused by: java.lang.IllegalStateException: Ownership
> flag not set for binary property. Have you set 'keyFields' property of
> QueryEntity in programmatic or XML configuration?
> "
> 
> when my code is following link of
> "https://apacheignite.readme.io/docs/jdbc-driver";.
> 
> part of my code like below"
> ...........
> Class.forName("org.apache.ignite.IgniteJdbcDriver");
> this.conn =
> DriverManager.getConnection("jdbc:ignite:cfg://cache=CartentriesCache@file:///Users/i306576/hybris.xxx/hybris.6200.ignite18/hybris/bin/custom/ucs/resources/ignite-jdbc.xml");
>                       
> final PreparedStatement stmt =getConn().prepareStatement("update cartentries
> set  p_quantity=21 where pk=8796093054977");
> stmt.executeUpdate();
> "
> 
> 
> I feel I followed the instructions... but why not successful? please advise.
> 
> 
> 
> --
> View this message in context: 
> http://apache-ignite-users.70518.x6.nabble.com/insert-update-delete-issue-in-Version-1-8-tp10244.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to