Hey

> David Gasul wrote:
> The following situation can arise when there are multiple EJB
> containers/servers, each
> hosting the same set of deployed beans, and each working with a
> different DB, so that
> the set of entity beans instances is different.
>
> 1. Locate the Home Interface of a bean at container A;
>
> 2. Invoke a finder method at that interface (i.e. at container A);
>
> 3. The finder method returns a reference to an object which is located
> on server B ( A != B).
>
> Is this valid?

Nope, that cannot happen, unless A and B are in a cluster together. If
they are totally separate, then that can never happen.

What makes you believe this is possible?

/Rickard

--
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
Homepage: http://www-und.ida.liu.se/~ricob684

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