3 Replies Latest reply on Sep 2, 2004 7:01 PM by darranl

    EJB callback

    alexb_1593

      Hi all,

      Can I have a stateful session EJB notify the application that calls it in some way?

      Thanks, Alex

        • 1. Re: EJB callback
          darranl

          Isn't the method call returning a response to the client enough?

          • 2. Re: EJB callback
            darknight

            Alex I suggest you to find an alternative design for your interaction. Strongly.
            I tried but I found no RELIABLE way. Every solution has more disadvantages then advantages, the only practical thing to do is to actively poll the ejb.

            • 3. Re: EJB callback
              darranl

              Still why would you need a callback from a session bean, once the response has been returned to the client the session bean will have finished processing anyway.