You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2016/01/21 09:11:39 UTC

[jira] [Created] (IGNITE-2425) BinaryObject.readField() called for an object Java array field reads objects class

Denis Magda created IGNITE-2425:
-----------------------------------

             Summary: BinaryObject.readField() called for an object Java array field reads objects class 
                 Key: IGNITE-2425
                 URL: https://issues.apache.org/jira/browse/IGNITE-2425
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 1.5
            Reporter: Denis Magda
             Fix For: 1.6
         Attachments: ExampleNodeStartup.java

If there is a {{BinaryObject}} that has a field that refers to an array of some custom user objects then during the time {{BinaryObject.field()}} is called the class of this custom will be read. This can lead to {{ClassNotFoundException}} on a server side or another ones related.

In the attach example the following issue is demonstrated using {{BinaryObjectBuilder}} which class is not listed in classnames.properties.

 



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