0 Replies Latest reply on Nov 28, 2005 2:28 AM by rolo05

    Set a timeout when calling an EJB method

    rolo05

      Hi everybody.

      I'm using a stateless session bean in a JBOSS server that performs an operation on an external system. The problem is that sometimes this system is collapsed an sends me the response after various minutes.

      My idea is to tell the EJB method to answer with a timeout exception or whatever when the operation lasts more than, lets put, 3 seconds.

      Is this possible?

      Thanks in advance

      Rolo