"Motormind" wrote:
Well, I set up the clients with no cacheloader-implementation. The result is that when the clients start first, the cache of the servers doesn't get propagated to them.
When the clients start first, the servers will acquire the state from the
clients, not vice versa.
When the servers start first, the goed does get propagated, although I get this error on the client-side:
jgroups-ERROR-TreeCache$MessageListenerAdaptor: cache loader is null, cannot set persistent state
On the client side you need to set:
true
false
On the server side you need to set:
true true
Maybe this works. But, again, you're trying to squeeze a peer architecture into a client/server model, which has some impedance mismatch