Hi, I have some EJB RemoteException questions and hope
that someone will have answers to them. Let's say I
have bean A and bean B. Bean A is calling bean B's
remote method.

Case 1. Bean A and Bean B resides on the same server.

Are we guaranteed to not receive any RemoteException
exception since they are running in the same server?

Case 2: Bean A and Bean B in different server but in a
clustered environment.

If B is a stateless session bean, does that mean the
container will automatically create a new B in a
different server to serve the method instead of
throwing the RemoteException?

Or will the container still throw the RemoteException
and expect me to recreate B and call the method again?

Or is it dependent on the vendor?

Thanks
Charles


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.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".

Reply via email to