You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Tikhonov (JIRA)" <ji...@apache.org> on 2017/07/25 15:27:01 UTC

[jira] [Closed] (IGNITE-3893) void type is not part of 'primitiveMap' in IgniteUtils class , this is causing class not found exception for void.

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

Nikolay Tikhonov closed IGNITE-3893.
------------------------------------

> void type is not part of 'primitiveMap' in IgniteUtils class , this is causing class not found exception for void.
> ------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-3893
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3893
>             Project: Ignite
>          Issue Type: Bug
>          Components: compute
>    Affects Versions: 1.5.0.final
>            Reporter: Benakaraj K S
>
> I am doing dynamic code generation inside IgniteCallable which i am broadcasting to all the nodes(this is to achieve Dynamic pojo support for IgniteCache) using bytebuddy , my dynamically generated pojo class has setter methods with return type void,  I am getting ClassNotFoundException : void  while generating Dynamic pojo, when i debugged i got to know that the problem(?) is that, void is not part of 'primitiveMap' in IgniteUtils class. Is there a reason for not having it in this MAP?. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)