RE: [JBoss-dev] Any problems vith the cache in 2.4?

2001-07-12 Thread Hiram Chirino
PROTECTED] Subject: RE: [JBoss-dev] Any problems vith the cache in 2.4? Date: Tue, 10 Jul 2001 01:10:58 -0400 Talking about spooky cache problems, I've run into this problem: I disable the cache by using the 'NoPassivationCachePolicy' and Commit option 'C'. I create a new bean instance. Later I try

RE: [JBoss-dev] Any problems vith the cache in 2.4?

2001-07-10 Thread Vincent Harcq
juillet 2001 7:11 À : [EMAIL PROTECTED] Objet : RE: [JBoss-dev] Any problems vith the cache in 2.4? Talking about spooky cache problems, I've run into this problem: I disable the cache by using the 'NoPassivationCachePolicy' and Commit option 'C'. I create a new bean instance. Later I try

RE: [JBoss-dev] Any problems vith the cache in 2.4?

2001-07-10 Thread marc fleury
the changes of the cache are found in 2.5. I might retrofit them to 2.4 for other reasons. are you using 2.5 when you say the problems are gone? |I got this one also. |It disappeared. |I think (not sure) it was because of my bloody hashCode() method. |Maybe it is linked to recent changes on

RE: [JBoss-dev] Any problems vith the cache in 2.4?

2001-07-10 Thread Bill Burke
Hiram, Can you send a stack trace? Thanks, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hiram Chirino Sent: Tuesday, July 10, 2001 1:11 AM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Any problems vith the cache in 2.4? Talking

RE: [JBoss-dev] Any problems vith the cache in 2.4?

2001-07-10 Thread marc fleury
then let's burry it. we need closure not impressions. marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of |Vincent Harcq |Sent: Tuesday, July 10, 2001 11:29 AM |To: [EMAIL PROTECTED] |Subject: RE: [JBoss-dev] Any problems vith the cache in 2.4? | | |Yep

RE: [JBoss-dev] Any problems vith the cache in 2.4?

2001-07-10 Thread Vincent Harcq
Yep. I am working on 2.5. Checked out every week or so. But the problem of Hiram is its hashCode of, my hand in the fire. the changes of the cache are found in 2.5. I might retrofit them to 2.4 for other reasons. are you using 2.5 when you say the problems are gone? |I got this one

RE: [JBoss-dev] Any problems vith the cache in 2.4?

2001-07-10 Thread Vincent Harcq
] Any problems vith the cache in 2.4? | | |Yep. |I am working on 2.5. Checked out every week or so. | |But the problem of Hiram is its hashCode of, my hand in the fire. | | the changes of the cache are found in 2.5. I might retrofit them | to 2.4 for | other reasons. | | are you using 2.5

RE: [JBoss-dev] Any problems vith the cache in 2.4?

2001-07-09 Thread Hiram Chirino
] To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] Any problems vith the cache in 2.4? Date: Fri, 6 Jul 2001 08:28:18 -0400 |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of |Lennart Petersson |Sent: Friday, July 06, 2001 4:21 AM |To: [EMAIL PROTECTED] |Subject

RE: [JBoss-dev] Any problems vith the cache in 2.4?

2001-07-06 Thread Vincent Harcq
Can you try this: 1. Solution 1 Add a toString to your PK (hack entitypk.j). Also put your Cache size very high. And your overager periods very high as well. 2. Solution 2. Set your cache size to 1/1 (min/max) Let us know please. Vincent. -Message d'origine- De : [EMAIL PROTECTED]

RE: [JBoss-dev] Any problems vith the cache in 2.4?

2001-07-06 Thread marc fleury
] Any problems vith the cache in 2.4? | | | Can you try this: | 1. Solution 1 | Add a toString to your PK (hack entitypk.j). | Also put your Cache size very high. | And your overager periods very high as well. | 2. Solution 2. | Set your cache size to 1/1 (min/max) | | Let us know please. | Vincent

Re: [JBoss-dev] Any problems vith the cache in 2.4?

2001-07-05 Thread Scott M Stark
You must not be passing -classic to the jvm running JBoss as I use bugseeker with a dual P3 500 with 512 Mb and its very fast. The jboss command line should be: set DBG=-classic -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,addres s=12345,suspend=y java %DBG% -classpath %CLASSPATH%