You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/04/11 08:11:43 UTC

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

     [ https://issues.apache.org/jira/browse/IGNITE-2425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-2425:
------------------------------------
    Fix Version/s:     (was: 2.0)
                   2.1

> 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.0.final
>            Reporter: Denis Magda
>             Fix For: 2.1
>
>         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.15#6346)