We have an EJB in our application which is calling the methods of a remote EJB running on some other machines. Now at times the remote EJB donot responds in time and leaves the connection as such with the client (my EJB).
I was wondering if there is a possibility of adding a global timeout at the EJB level.
Thanks in advance for your time and help.
ekta
-
global timeout at the EJB level (1 messages)
- Posted by: ekta daga
- Posted on: December 15 2004 20:00 EST
Threaded Messages (1)
- global timeout at the EJB level by Martin Straus on December 21 2004 13:11 EST
-
global timeout at the EJB level[ Go to top ]
- Posted by: Martin Straus
- Posted on: December 21 2004 13:11 EST
- in response to ekta daga
What do you mean by global timeout? I guess you mean some timeout that affects the execution of a hole transaction... If that's the case, it's already supported in that very fashion: transactions' timeout.
Regards,
Martin