The answer to this question is the same as to your previous
question on ejbRemove with BMP. In both cases, the container
must ensure that the instance variables are up-to-date before
dispatching the ejbRemove method.

This means that unless the
container is certain that the instance variables are up-to-date,
the container must load the CMP fields from DB and call ejbLoad
before it calls ejbRemove.

Vlada

----- Original Message -----
From: Chip Wilson <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 17, 1999 2:32 PM
Subject: ejbRemove without ejbLoad?


> Is it allowed for a container to call ejbRemove on an entity bean with
> container managed persistence without ever having called ejbLoad on the
> instance?
>
> Chip Wilson
> ObjectSpace
>
> ===========================================================================
> 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".
>
>

===========================================================================
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".

Reply via email to