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
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
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
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
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