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

Nikolay Tikhonov resolved IGNITE-3893.
--------------------------------------
    Resolution: Fixed

Fixed by the following commit:

Fixed ClassNotFoundException for void.class
2a3a565 Valentin Kulichenko <valentin.kuliche...@gmail.com> on 12.03.2016 at 
1:35

> 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)

Reply via email to