1 Reply Latest reply on Mar 3, 2006 1:02 PM by starksm64

    Cancelling remote invokation

    llucifer

      Is there any way to cancel a remote invokation? I have richt client which call some ejb beans on the server with jboss remoting. For a potentially long running process I want to be able to cancel the invokation. Is there any (jboss specific) way to do this?

        • 1. Re: Cancelling remote invokation
          starksm64

          An asynchronous invocation with a future object and a properly designed ejb component would be required. The main issue will be in the ability to effectively cancel the request. See the jboss specific ejb3 features for asynchronous invocations.