On Mon, 31 Jul 2000 09:53:10 -0700, Gene Chuang <[EMAIL PROTECTED]>
wrote:
>But if he stores the Handle to the bean instead, will cluster decision be
>made each time the handle is resolved back to the EJBObject?
Remember that since we are talking about implementations of EJB, there
is no exact rules on how to do things. However, there are probable
implementation options, and which is what I referred to: it is likely
(probable++) that storing a session bean reference would defeat the
clustering algorithm.
With that in mind, yes it is *likely* that such a decision will be made
on Handle.getEJBObject(), as it is in the case of stateless session
beans more or less just a shortcut for Home.create().
/Rickard
--
Rickard �berg
Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com
===========================================================================
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".