Hi.
It's possible to execute 2 different session beans concurrently, for the same
session(user)? I will explain... My user needs to execute remote code on many
machines. I had the idea to put an session bean in each machine, and then get
an reference for this beans in my local session bean. But how can I start one
method for the remote bean without waiting for it to return, so that I can
call the method for the other remote bean, concurrently? I've saw somewhere
that is not possible to use threads in EJB.
[]s
Guilherme Ceschiatti
[EMAIL PROTECTED]