[jboss-user] [JBossCache] - Re: One node in two clusters?

2007-02-22 Thread [EMAIL PROTECTED]
This is very close to what you are trying to achieve. Perhaps instead of making them unshared, you could create a singleton cache loader? This will solve the problem of A ignoring the packets it creates, as you say? anonymous wrote : | Also, it looks like the true tag is ignored for the

[jboss-user] [JBossCache] - Re: One node in two clusters?

2007-02-21 Thread chrismeadows
I've almost achieved what I need by using TcpDelegatingCacheLoaders. The configuration I have is: Cluster 1 has two nodes A and B replicating using UDP. Cluster 2 has two nodes C and D replicating using UDP. A, B, C, D all use unshared cacheloaders Clusters 1 and 2 cannot find each other Node