I am aware that a client can call the create() method on a Stateful Session Bean
(SFSB) and be guaranteed to retrieve a reference to the same bean each time.
This supposes that the bean has not been removed from the system in the
meantime.

But...suppose the client makes a call to a Stateless Session Bean (SLSB), and
the SLSB performs a create() on the home interface of the SFSB. Should the SLSB
get a reference to the same bean instance as the client would? If so, what do
some of the major vendors use to differentiate the "owner" of a SFSB instance?

jim

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