[jboss-user] [JBossCache] - Re: Buddy Replication on Weblogic

2007-05-03 Thread [EMAIL PROTECTED]
anonymous wrote : | 1) BuddyReplication only works in case of clustered environment? So If I have individual nodes which are not part of cluster then I can't use BuddyReplication? | You don't necessarily need a "cluster" as far as WL is concerned. They could be standalone servers. You

[jboss-user] [JBossCache] - Re: Buddy Replication on Weblogic

2007-04-26 Thread vinayakkhamkar
Manik, Thanks for the reply. The two nodes are not clustered (sticky session not configured) and I used the same configuration. I have few questions 1) BuddyReplication only works in case of clustered environment? So If I have individual nodes which are not part of cluster then I can't use Bu

[jboss-user] [JBossCache] - Re: Buddy Replication on Weblogic

2007-04-26 Thread [EMAIL PROTECTED]
anonymous wrote : | But still the contents are not replicated, as in if application-1 puts some value into cache then it is not visible when accessed from application-2. | Buddy Replication requires session affinity. You won't see the contenst on app-2. But it will be on app-2 as a back

[jboss-user] [JBossCache] - Re: Buddy Replication on Weblogic

2007-04-23 Thread vinayakkhamkar
Thanks for the reply, now error related to Transaction lookup is resolved. But still the contents are not replicated, as in if application-1 puts some value into cache then it is not visible when accessed from application-2. But when I remove BuddyReplication configuration from the cache-confi

[jboss-user] [JBossCache] - Re: Buddy Replication on Weblogic

2007-04-23 Thread genman
Change org.jboss.cache.DummyTransactionManagerLookup to org.jboss.cache.GenericTransactionManagerLookup View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040042#4040042 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBossCache] - Re: Buddy Replication on Weblogic

2007-04-23 Thread vinayakkhamkar
I am using JBossCache-1.4.1.SP3 and weblogic9.2 on windows machine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039737#4039737 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039737 ___