[jboss-user] [JBossCache] - Problem in Replication with Jboss Pojo Cache.

kumar_iitm do-not-reply at jboss.com
Fri Oct 6 00:45:10 EDT 2006


Hi
We are evaluating Jboss Pojo Cache to cluster our application. We are checking with each module. Right now I'm trying to use Pojo Cache to cache one of my module. This is not actually a POJO but a Manager object which is using in memory data. So we want to store the data in distributed cache so that, even one node goes down data can be retrived from the cache on the other node.

I'm trying to cache the Manager object which has a Map with String as key.
We are using Syncrounus replication mode. We are testing with 2 nodes. When we are caching the top level Manager object, it's reflected in both the JVMS. Then i'm stroing an object in the Map against to a String key in one JVM and trying to get that object from the Manager object with the key from the map in other JVM. I'm getting the values in the same JVM but unable to get them in the other JVM. 
So, the data is not replicated to other JVM.

Is there any thing that i'm missing here?
Can any one please guide me in this aspect?

Thanku
Santi



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976483#3976483

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976483



More information about the jboss-user mailing list