0 Replies Latest reply on Mar 6, 2002 2:07 PM by rsrivast

    Abort remote EJB method

    rsrivast

      I have an EJB client (session bean) that executes a remote method which sometimes takes a while to complete. Is there a way to notify the EJB to abort whatever it is doing? Stopping the client thread doesn't do the trick. Something like transaction_rollback, except my case there are no database transactions involved.