Re: Binary marshaller issues

2015-12-08 Thread Alexey Goncharuk
Vova, We still have the logic that allows us to use reflection to get values in indexing, so basically the change is an additional check during the query processor start. My concern regarding (2) is that a server node must have model classes in the classpath in order to check that we should

Re: Binary marshaller issues

2015-12-08 Thread Dmitriy Setrakyan
My preference would be to deserialize and grab the fields using reflection, assuming the class is available on the server. If the class is not available, then a corresponding field-access operation should produce an exception with a proper error message, instructing user how to address it. There

Binary marshaller issues

2015-12-07 Thread Valentin Kulichenko
Folks, Based on user's feedback about beta of 1.5, I created several tickets for binary marshaller that should be fixed in the final version. Here is the list: - https://issues.apache.org/jira/browse/IGNITE-2098 - https://issues.apache.org/jira/browse/IGNITE-2099 -