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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)