I am using Hazelcast 3.5 with scala
i have a case class Abc i am trying to store object of my class in
hazelcast from my client but it gives me some serialization exception
here is my class
@SerialVersionUID(1)
case class Abc( id : Int ,name : String , subjectCode :
MutableList[Int]) extends Serialable
when i run the client code it gives me following exception
18:33:43.274 [hz._hzInstance_1_dev.partition-operation.thread-1] ERROR
c.h.map.impl.operation.PutOperation - [192.168.15.20]:5701 [dev] [3.5]
java.lang.ClassNotFoundException: scala.collection.mutable.MutableList
com.hazelcast.nio.serialization.HazelcastSerializationException:
java.lang.ClassNotFoundException: scala.collection.mutable.MutableList
at
com.hazelcast.nio.serialization.DefaultSerializers$ObjectSerializer.read(DefaultSerializers.java:201)
~[hazelcast-3.5.jar:3.5]
at
com.hazelcast.nio.serialization.StreamSerializerAdapter.read(StreamSerializerAdapter.java:41)
~[hazelcast-3.5.jar:3.5]
at
com.hazelcast.nio.serialization.SerializationServiceImpl.toObject(SerializationServiceImpl.java:276)
~[hazelcast-3.5.jar:3.5]
at
com.hazelcast.map.impl.mapstore.AbstractMapDataStore.toObject(AbstractMapDataStore.java:78)
~[hazelcast-3.5.jar:3.5]
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ:
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to the Google Groups "Akka
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.