> And also I am planning to take the objref in the client side and let
> multiple threads use it. I am pretty sure that this thing
> will bomb in case
> of stateful sssion bean -- but whether the same will happen
> for stateless is
> the question.

It will bomb for both stateless and stateful SBs if you use it in two
threads _concurrently_. Also, both will work correctly no matter how many
threads are used if accesses to the EJBObject are serialized.

- Avi
--
s/\be(\w+)/e-\1/g;

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