yes, PIgniteCacheStoreFactory implements javax.cache.configuration.Factory, and this factory extends Serializable. like I said " I already created my own factory to create the cache store to avoid Serialization problem." without the custom factory, it cannot start any nodes b/c my own cacheStore doesn't implements Serializable.
The problem I had is when I start a client node to connect to a running server node, on server node throws exception and client node looks fine, this is wierd... why the connection trigger the exception.. -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
