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?
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
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
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?