Re: Binary serialization with multiple classloaders

2017-05-17 Thread Sergei Egorov
d17126.html > > -Nick > > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Binary-serialization-with-multiple-classloaders-tp12408p12429.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: Binary serialization with multiple classloaders

2017-05-04 Thread npordash
oader-td17126.html -Nick -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Binary-serialization-with-multiple-classloaders-tp12408p12429.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Binary serialization with multiple classloaders

2017-05-04 Thread Sergei Egorov
Hi! I have a pluggable system where every plugin has its own classloader. I want to save an object to the cache, and this object contains some other objects from other classloaders. Right now it fails with ClassNotFoundException during unwrapBinary -> doReadObject -> IgniteUtils.forName Is it ev