You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/12/18 14:04:46 UTC

[jira] [Created] (IGNITE-2210) Cannot query annotated methods when BinaryMarshaller is set.

Vladimir Ozerov created IGNITE-2210:
---------------------------------------

             Summary: Cannot query annotated methods when BinaryMarshaller is set.
                 Key: IGNITE-2210
                 URL: https://issues.apache.org/jira/browse/IGNITE-2210
             Project: Ignite
          Issue Type: Task
          Components: general, interop
    Affects Versions: ignite-1.4
            Reporter: Vladimir Ozerov
            Assignee: Vladimir Ozerov
            Priority: Critical
             Fix For: 1.5


Because it is impossible to call method from object in binary form. Several solutions could be applied here:
1) Throw exception when method annotation is found and BinaryMarshaller is set.
2) Or call this method and record it as a field to the object.

Sample test: IgniteCacheAbstractFieldsQuerySelfTest.testMethodAnnotationWithoutGet



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