Hi,
I just read the chapter about passivation strategy of jonas in the
jonas-doc.
Here is the part I have trouble with:
"Entity bean instances are passivated at the end of the transaction, and
reactivacted at the beginning of the next transaction. In case these
instances are
accessed outside any transaction, their state is kept in memory to improve
performances. However a passivation will occur in 3 circumstances:
1.When the bean is unloaded from the server, at least when the server is
stopped
2.When a transaction is started on this instance
3.After a configurable timeout. This may be interesting to be sure that
the bean state is periodically stored on disk, if the bean is always
accessed with no
transaction."
Is point 2 really true? Shouldn't it be "When a transaction ends on this
instance"?
I don't want to be petty, I only want to avoid that I misundestand the
stuff!
Thanks in advance
Andreas
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".