Hi!
Luis Ochoa wrote:
> * set pool size to 0 (zero). This will cause new instances to be caused
> all the time, hence avoiding "old" data to be used
> * make sure you initiate all fields to proper values
>
> -->where do I do this: ejbCreate?
Correct. Note that if you have a pool size above zero, then the values
in the fields will not be correct(/the initial ones for an instance) in
ejbActivate, since an instance may be reused from the pool. However,
before a business method is called this will be fixed due to ejbLoad
being called.
/Rickard
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
List Help?: [EMAIL PROTECTED]