[JBoss-user] [JBossCache] - No local transaction...

2006-07-06 Thread bpapez
Since some time - probably after switching to JBossCache 1.3.0 SP2 - we sometimes get this warning: 2006-06-22 08:32:12,333 WARN [org.jboss.cache.interceptors.TxInterceptor] No local transaction for this remotely originating rollback. Possibly rolling back before a prepare call was broadcast?

[JBoss-user] [JBossCache] - Re: BoundedLinkedQueue locks everything

2006-07-06 Thread bpapez
Sorry, of course: we use JBossCache 1.3.0SP2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3955749#3955749 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3955749 Using Tomcat but need to do more? Need to support web se

[JBoss-user] [JBossCache] - BoundedLinkedQueue locks everything

2006-07-06 Thread bpapez
We are using JBossCache 1.0.3 SP2. Today we had a situation, where a thread locked everything up. According to the thread dump this was the guilty thread: "TP-Processor17" daemon prio=1 tid=0x0885cb98 nid=0x7321 in Object.wait() [7b103000..7b105228] at java.lang.Object.wait(Native Metho

[JBoss-user] [JBossCache] - How to implement OSCache-like "groups"

2005-11-16 Thread bpapez
In OSCache it is possible to assign a cached object to one or more groups. This way you can flush a whole "group", so all objects assigned to this group will be flushed. Unfortunately JBossCache nodes can have only 1 parent. Is there an other way to elegantly implement this with JBossCache?