Mauricio,

According to exception, you injected CacheStoreSession in a non-transient
field. Making it transient might fix the issue, but generally I would not
recommend this. The purpose of store factory is exactly to avoid
serialization of the store and to create the instance on server side where
it will be used. Store itself very rarely can be serialized.

-Val



--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/How-to-configure-MongoDB-Client-I-m-getting-NotSerializableException-tp10767p10931.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to