[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2005-01-24 Thread [EMAIL PROTECTED]
Fixed (in CVS head, 1.2.1) Thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863365#3863365 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863365 --- This SF.Net

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2005-01-24 Thread octopus
One more problem found. I have 2 nodes in replicated cluster with following descriptor (the same for both nodes): | ?xml version=1.0 encoding=UTF-8? | | !-- = -- | !-- JBoss Cache configuration.

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2005-01-24 Thread [EMAIL PROTECTED]
Can you open up a JIRA (jira.jboss.com) issue and supply a unit test case for this? Module is jboss cache and you can assign it to me. I have tried to reproduce it using replicated/SyncTxUnitTestCase by assigning the islolation level to NONE. But only the case where testConcurrentPut fails.

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2005-01-24 Thread octopus
[EMAIL PROTECTED] wrote : Can you open up a JIRA (jira.jboss.com) issue and supply a unit test case for this? Module is jboss cache and you can assign it to me. | | I have tried to reproduce it using replicated/SyncTxUnitTestCase by assigning the islolation level to NONE. But only the

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2005-01-21 Thread octopus
[EMAIL PROTECTED] wrote : can you verify this is also broken in 1.2.1 (CVS head) ? Just updated from jboss-head and it's still there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863051#3863051 Reply to the post :

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2005-01-21 Thread saksiri
BTW, the CVS tag for this appears to be JBOSSCACHE_1_2. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3863198#3863198 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3863198

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2005-01-20 Thread octopus
There's a bug in 1.2 release. Reproduced on cache running in replicated mode when IsolationLevel=NONE cache.put() causes exception: | Caused by: java.lang.RuntimeException: getLockStrategy: LockStrategy selection not recognized. selection: NONE | at

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2005-01-20 Thread [EMAIL PROTECTED]
can you verify this is also broken in 1.2.1 (CVS head) ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3862989#3862989 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3862989

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2005-01-18 Thread daniel_joshi
Is there any documentation/support for JBOSSCache 1.2 being used in JBOSS 3.2.X? I've tried a few configurations with 1.2 and have not been successful (after getting past the new JNDI settings I hit a ClassCastException). View the original post :

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2005-01-03 Thread hjia1
I downloaded JBossCache 1.2 package and tried to run the testcases coming with the relase. But it turns out that all the lib jars are not j2se1.3.1 compatible. According to the documentation, they are supposed to be working with j2se1.3 or above. So where can we download the source files and

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2005-01-03 Thread [EMAIL PROTECTED]
We currently build JBossCache under head with 1.4 JDK. If you need 1.3, you can check out the source under 3.2 branch (cvs co -r Branch_3_2 jboss-3.2) and build it with 1.3. But keep in mind that the JBossCache version there is slightly different from the one in head. -Ben View the original

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread analogueboy
the archive on sf.net seems to be corrupt :P, I've tried to download it 3 times with the same result, has anyone else had this problem? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858050#3858050 Reply to the post :

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread risksun
Ya, cannot unzip the file. I have been waiting for 1.2 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858076#3858076 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858076

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread CelticPrince
that makes at leaset 3 of us... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858081#3858081 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858081 --- SF email is

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread [EMAIL PROTECTED]
Obviously there is a problem there. Please stay tune for further announcement. We will fix it soon. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858087#3858087 Reply to the post :

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread [EMAIL PROTECTED]
A new version of 1.2 release has been uploaded again. Please check it out. -Ben View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858150#3858150 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858150

[JBoss-dev] [JBossCache] - Re: JBossCache 1.2 released

2004-12-09 Thread sheldonli
Do you have any example to show how to use JDBCCacheLoader? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3858151#3858151 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3858151