[jboss-user] [JBossCache] - Re: Unexpected (?) TimeoutException

2007-08-22 Thread [EMAIL PROTECTED]
Thx for the tests, etc. in JBCACHE-1165 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076941#4076941 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076941 ___ jboss-user mail

[jboss-user] [JBossCache] - Re: Unexpected (?) TimeoutException

2007-08-17 Thread jacek187
Hi When i change to put/remove from TreeCache API I got .. different results Sometimes I got success. Sometimes I got NodeNotExistException - probably bug Sometimes I got ... infinitive loop. This is critical bug !! And this situation was observer in our production systems but until now I can;

[jboss-user] [JBossCache] - Re: Unexpected (?) TimeoutException

2007-08-16 Thread [EMAIL PROTECTED]
Also this code is contending on locks, so with pessimistic locking its normal to see TimeoutExceptions, UpgradeException and so on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075031#4075031 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBossCache] - Re: Unexpected (?) TimeoutException

2007-08-16 Thread [EMAIL PROTECTED]
Don't mix PojoCache API calls (putObject) and plain cache API calls (remove(String)) in this manner. Pick one or the other -- use removeObject(String) or put(String, Object, Object). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075029#4075029 Reply to the