Benakaraj K S created IGNITE-3893:
-------------------------------------
Summary: 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.3.4#6332)