[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: TreeCache deadlock

2004-08-04 Thread rchristy
Hi Ben, I missed your posting on the 8th, do you still need anything else from me? Rich View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844122#3844122 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844122 ---

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: TreeCache deadlock

2004-07-06 Thread rchristy
Ben, Here is the code segment I was using to get the exception using the Hibernate API. The scenario is to create a new object using this code and than update that object again using the same code segment within a JBoss CMT. The exception will happen on the session.flush() of the update. Is

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: TreeCache deadlock

2004-07-05 Thread rchristy
Ben, Any luck with a fix for this problem yet? Rich View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841021#3841021 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841021 ---

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: JBossCache and CMT Question

2004-06-24 Thread rchristy
Bela, Actually it is Hibernate's use of the JBossCache that does this. We have another thread on the Hibernate's forum that Gavin and Ben and commented on. I don't really have a small test program, but Gavin and/or Ben have already discussed this and might be able to give you information th

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - TreeCache deadlock

2004-06-15 Thread rchristy
I have an application that is using JBoss 3.2.4RC2 with Hibernate with 2.1.2, configured using TreeCache. I have a test that writes/updates and than deletes objects. That seems to complete successfully, but any time after that we attempt to evict the cache (I have an MBean that can evict on de