hi
in container manged entity bean duting ejbpassivate whether
the container does a copyObjectToDB with parametrers of container
managed fields to the database when
the bean gets passivated everytime and if so what about the success
state of this transaction if some fields in the conatiner are not set in
the proper values for the database to take during the time when the bean
gets passivated. .
If otherwise if it does not
happen like
that does the container serialzes the whole object to a byte stream and
deserializes it when the bean gets passivated.
what about the state of the non
container managed fields which
the bean is having say a remote handle to some other entity bean and
what about the state of those variables.will they be reconstructed to
the same state when the
bean got associated with the ejbobject for the first time or those state
has to
be explicitly written to some persitent store say a object stream for
reconstruction of state
during activation.
thanx
ashwin
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".