6 Replies Latest reply on May 25, 2008 5:39 AM by alrubinger

    Proxy Remote Call Handling

    alrubinger

      How are we intending on handling a remote call using the new Proxy component?

      Currently, I've got in StatelessProxyInvocationHandler the following:

      KernelBus bus = getKernel().getBus();
      bus.invoke("mcNameOfContainer","invoke",arguments);


      The problem here is that this assumes the Kernel is accessible via the local JVM, and in a remote invocation this is not the case.

      S,
      ALR