[JBoss-user] [JBossCache] - Re: two-phase commit protocol in jbosscache1.2.3

2006-01-30 Thread stelang
So , in case of REPL_SYNC, if a ReplicationException is thrown and since this exception does not cache a rollback of the update to the cache, neither on the initiating cache nor on any remote caches that were able to successfully apply the update, is there any api available in JBossCache1.2.3 to

[JBoss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException on using transacti

2006-01-30 Thread stelang
Thanks for your response. I have increased the lockacquisition timeout to 50 seconds, but still get the timeout exception after 30sec. Shouldn't the 2nd servlet wait for atleast 50seconds to acquire lock on the object before timing out? View the original post : http://www.jboss.com/index.html?

[JBoss-user] [JBossCache] - org.jboss.cache.lock.TimeoutException on using transaction

2006-01-29 Thread stelang
Hi, I am running 2 servlets using weblogic on the same m/c i.e. on 2 jvms. I am using the configuration file from the example http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCacheAndWebLogic with the only change being : org.jboss.cache.GenericTransactionManagerLookup The 1st servlet on getting th

[JBoss-user] [Javassist user questions] - ignore or replace Java

2006-01-17 Thread stelang
Can I ignore or replace Java "If" statement using Javaassist? Appreciate your help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917940#3917940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917940

[JBoss-user] [JBossCache] - Re: locking individual node

2005-10-10 Thread stelang
Thanks for your reply. So. for updating node c, the entire path /a/b/c will have a write lock, correct? So, I cannot update 2 nodes /a/b/c and /a/b/d simultaneously as /a/b will have a write lock. Thanks again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[JBoss-user] [JBossCache] - locking individual node

2005-10-07 Thread stelang
Hi, My application is doing a cache.put("/a/b/c", ,); cache mode is REPL_SYNC and IsolationLevel is REPEATABLE_READ. With this method call, all the 3 nodes i.e the entire path '/a/b/c' is locked. Is there any way to lock only node 'c' and not the entire path? Thanks for your help. View the or

[JBoss-user] [JBossCache] - Re: org.jboss.cache.lock.TimeoutException: rsp=sender=192.16

2005-10-03 Thread stelang
I am using SP level 4. | | | | | | | | | | | | | | jboss:service=Naming | jboss:service=TransactionManager | | | | org.jboss.cache.GenericTransactionManagerLookup | | |

[JBoss-user] [JBossCache] - org.jboss.cache.lock.TimeoutException: rsp=sender=192.168.10

2005-10-02 Thread stelang
Hi, I am getting the foll. exception.. Setup: weblogic6.1, j2sdk1.4.1_04, JBossCache-1.2.3 Exception: org.jboss.cache.lock.TimeoutException: rsp=sender=192.168.102.41:2451, retval=null, received=false, suspecte d=false [java] at org.jboss.cache.TreeCache.callRemoteMethods(TreeCache.jav

[JBoss-user] [JBossCache] - Re: lock.TimeoutException

2005-10-02 Thread stelang
Hi, I am getting the same exception with cache mode as REPL_SYNC. Is there any workaround to avoid this exception? Appreciate your help.Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898445#3898445 Reply to the post : http://www.jboss.com/index.html