Re: [JBoss-user] optimize question

2003-11-13 Thread harm
Yes 'B' is the default. Regards, Harm de Laat Informatiefabriek The Netherlands "Olve S. Hansen" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 11/13/2003 10:32 AM Please respond to [EMAIL PROTECTED] To [EMAIL PROTECTED] cc Subject Re: [JBoss-user] optimize

Re: [JBoss-user] optimize question

2003-11-13 Thread Olve S. Hansen
My mistake, I meant A but said B. A double check of my jboss.xml surely states that we are running commit-option A. But I was really convinced I put B in.. But it is B which is the default option, right? Wellwell, the misunderstanding is cleared... --Olve ---

RE: [JBoss-user] optimize question

2003-11-12 Thread Yates, Danny
ssage- From: Olve S. Hansen [mailto:[EMAIL PROTECTED] Sent: 12 November 2003 15:56 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] optimize question [EMAIL PROTECTED] wrote: >Hi all, > >I have modifieed my beans as follows in the deployment descriptor >(jboss.xml): > &

Re: [JBoss-user] optimize question

2003-11-12 Thread Alexey Loubyansky
Sent: 12 November 2003 15:56 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] optimize question [EMAIL PROTECTED] wrote: Hi all, I have modifieed my beans as follows in the deployment descriptor (jboss.xml): [snip] I also switched to commit option 'A', because the contai

RE: [JBoss-user] optimize question

2003-11-12 Thread Brian McSweeney
A to B and now only the first big lookups take >time, the following DB requests are retrieved from the cache. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Olve S. Hansen Sent: 12 November 2003 15:56 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] opt

Re: [JBoss-user] optimize question

2003-11-12 Thread Olve S. Hansen
[EMAIL PROTECTED] wrote: Hi all, I have modifieed my beans as follows in the deployment descriptor (jboss.xml): [snip] I also switched to commit option 'A', because the container is the only application modifying the database data: CMP 2.x and Cache A Look at the

Re: [JBoss-user] optimize question

2003-11-12 Thread Rafal Kedziorski
hi, I think, You have to change 600 -> means 600 seconds which is defined by default in standardjboss.xml. Regards, Rafal At 15:36 12.11.2003, [EMAIL PROTECTED] wrote: Hi all, I have modifieed my beans as follows in the deployment descriptor (jboss.xml): Relation Relation

[JBoss-user] optimize question

2003-11-12 Thread harm
Hi all, I have modifieed my beans as follows in the deployment descriptor (jboss.xml): Relation Relation get* true I also switched to commit option 'A', because the container is the only application modifying the database data: CMP 2.x a