posted 21 years ago
Re: #1
In case of SLSB EJBObject serves as a facade to a pool of SLSB instances. Binding between EJBObject and an instance exists only for duration of a method call. So, yes, next call to a method will/may go to any arbitrary SLSB instance. That's what spec says and that's what weblogic does for you.
In case of SFSB EJBObject is bound to an instance for duration of a session and will become invlaid if runtime exception is thrown.
Regards,<br /> <br />Slava Imeshev