[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-28 Thread drosenbaum
I tired to grab the TreeCache and TreeCacheProvider classes from Hibernate3 and using them with 2.1.8 but this produced the following exception when I try to commit the JTA transaction: | java.lang.ArrayIndexOutOfBoundsException: 1 | at

[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-28 Thread shaogang
When is the 1.3 or 1.4 JBossCache to be released? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871812#3871812 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871812 ---

[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-28 Thread [EMAIL PROTECTED]
we try to release every 2-3 months, but the next release is going to be 1.2.2 (hopefully end of April). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871819#3871819 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871819

[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-27 Thread [EMAIL PROTECTED]
I don't know whether the TreeCacheProvider will be backported (that's up to the H folks), but I'd assume it should be easy to get the Hibernate 3.0 class and simply compile it under 2.1.8 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871713#3871713 Reply to

[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-26 Thread [EMAIL PROTECTED]
The way the Hibernate TreeCacheProvider uses the TreeCache is broken (or, in other words, not optimal), and has been changed. The new code will be available as part of Hibernate 3 final. The integration code will be beta though, and will be final in one of the subsequent Hibernate versions. The

[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-26 Thread drosenbaum
Thanks Bela for the reply. Will there be a patch or something available for Hibernate 2.1.8? I am going to have an app going to production in the next month or 2 and would like to be able to use the Hibernate query cache with TreeCache if possible. Thanks, Daniel View the original post :

[JBoss-dev] [JBossCache] - Re: IdentityLock write lock

2005-03-24 Thread drosenbaum
I might add I am experiencing the same error. I spent quite a bit of time trying to solve this and I am glad I am not the only one experiencing this. I am using Hibernate 2.1.8 with JBossCache 1.2.1 and Weblogic 8.1. In my case, I have two applications on the same server. App 1 starts the