[jboss-user] [JBossCache] - Re: A timebomb in the UnlockInterceptor?

2007-07-10 Thread girafy
Changing the logging level is perfiectly valid. This problem is quite easy to fix once you understand what's going on. ;) I just wanted to let the others know that there is an issue, so they won't spend 2 days as I did to find the reason. And also to show the developers that there is a potentia

[jboss-user] [JBossCache] - A timebomb in the UnlockInterceptor?

2007-07-06 Thread girafy
Hello, We are using the JBossCache v.1.4.1.SP3. Recently we started experiencing a locking problem: lots of TimeoutExceptions: read/write lock for ... could not be acquired after a timeout. After analyzing the source coude we have noticed the following: In the UnlockInterceptor there is a trac

[jboss-user] [Messaging, JMS & JBossMQ] - message expiration upon a condition

2007-06-25 Thread girafy
Hi all, I need to make a message in a topic expired (ttl=0) upon arrival of a newer message with the same id (property). I imagine that this can be done by creating my own version of the TracingInterceptor that overrides the addMessage method and invokes the setJMSExpiration() on all messages w