Re: [Dev] ClassNotFoundException on deserializing a custom message object in Hazelcast

2016-05-11 Thread Asitha Nanayakkara
Yes. Thanks On Thu, May 12, 2016 at 10:53 AM, Kishanthan Thangarajah < kishant...@wso2.com> wrote: > Kalpa has already merged this. I hope you can continue the work with this > fix. > > On Wed, May 11, 2016 at 1:43 PM, Asitha Nanayakkara > wrote: > >> I raised the question in Hazelcast Gitter co

Re: [Dev] ClassNotFoundException on deserializing a custom message object in Hazelcast

2016-05-11 Thread Kishanthan Thangarajah
Kalpa has already merged this. I hope you can continue the work with this fix. On Wed, May 11, 2016 at 1:43 PM, Asitha Nanayakkara wrote: > I raised the question in Hazelcast Gitter community and they got back to > me saying to use the com.hazelcast.config.Config#setClassLoader(...) to set > the

Re: [Dev] ClassNotFoundException on deserializing a custom message object in Hazelcast

2016-05-11 Thread Asitha Nanayakkara
I raised the question in Hazelcast Gitter community and they got back to me saying to use the com.hazelcast.config.Config#setClassLoader(...) to set the requeired class loader as the solution. Since the issue affects all the users of carbon Hzelcast module we have to fix this in carbon Hazelcast m

[Dev] ClassNotFoundException on deserializing a custom message object in Hazelcast

2016-05-10 Thread Asitha Nanayakkara
Hi All, We came across an issue with Hazelcast topics when passing custom message objects (Can occur for Maps and all the other data structures in Hazelcast) with C5 Hazelcast module. We have created an issue for this as well [1]. Use case I'm working with Hazelcast reliable topics in an OSGi env