RE: STILL TRYING: [JBoss-user] CMP: Iterate Collection PerformanceKiller

2002-04-29 Thread Alex Loubyansky
ect: Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection > PerformanceKiller > > > It makes sense to change the commit option for transactions for > performance tuning. I have one Entity Bean that I think would fit > option A better, and others that fit option B better. > &g

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection PerformanceKiller

2002-04-29 Thread Dennis Muhlestein
It makes sense to change the commit option for transactions for performance tuning. I have one Entity Bean that I think would fit option A better, and others that fit option B better. Can I customize each entity bean? I tried putting read-only to true on the one bean, but the container still lo

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection PerformanceKiller

2002-04-23 Thread Marius Kotsbak
Frank Morton wrote: >>You have specified Bean. Then I think >> >> >you have to manually start and end the transaction. Do you do this? And I >think you should use container for this option instead, and Required in the >transaction-type of your methods. > >I am not starting/ending the transact

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection PerformanceKiller

2002-04-23 Thread Marius Kotsbak
Frank Morton wrote: >>You have specified Bean. Then I think >> >> >you have to manually start and end the transaction. Do you do this? And I >think you should use container for this option instead, and Required in the >transaction-type of your methods. > >I am not starting/ending the transact

Re: STILL TRYING: [JBoss-user] CMP: Iterate Collection PerformanceKiller

2002-04-23 Thread Marius Kotsbak
You have specified Bean. Then I think you have to manually start and end the transaction. Do you do this? And I think you should use container for this option instead, and Required in the transaction-type of your methods. Frank Morton wrote: >I think I'm close.Thanks to all who have given