Uploaded image for project: 'EJB Client Library (AS7+)'
  1. EJB Client Library (AS7+)
  2. EJBCLIENT-79

EJB client fails to retry invocations in certain cases

    XMLWordPrintable

Description

    The EJB client API has a retry capability wherein it retries a failed invocation to run it against some other node. The retry only happens for a certain case where the server side sends back a "no such EJB" response for a EJB invocation request.

    However, it also makes sense to retry a request (on a different node) in following cases:

    1) Session creation (for stateful EJBs) fails due to some error on a node.
    2) A request send itself fails. i.e. a receiver tries to send a method invocation request to a node named "foo" but fails to send out the request.

    In both these cases the request can potentially be retried against any available eligible node(s).

    Attachments

      Activity

        People

          jaikiran Jaikiran Pai (Inactive)
          jaikiran Jaikiran Pai (Inactive)
          Votes:
          0 Vote for this issue
          Watchers:
          2 Start watching this issue

          Dates

            Created:
            Updated:
            Resolved: