3 Replies Latest reply on Oct 10, 2009 12:09 AM by ron_sigal

    Set the 'timeout' parameter at the client side for an EJB ca

    slimamar

      Hi,
      Is it possible to set the parameter 'timeout' for a EJB call
      at the client side.
      Actually this parameter is set at the server side with the url parameter
      (socket://${jboss.bind.address}:3873/?clientMaxPoolSize=2&invokerDestructionDelay=28800000&timeout=3000)

      We are using JBoss AS 5.0.1.GA.

      Thanks in advance.