This won't work. The container is allowed to instantiate bean instances
at any time. So, when the client code calls the home.create() method,
that does not mean that the bean container will call the bean's
ejbCreate() method.

Dion Almaer wrote:
>
> This is where you have to be careful.
> in ejbCreate() set all variables that you want to clean to null.
> Otherwise if you access a variable that was set by another bean, you may get
> the value that they set... as the container
> could reuse this instance.

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