[jboss-dev-forums] [Design of EJB 3.0] - Proxy Remote Call Handling

ALRubinger do-not-reply at jboss.com
Mon May 19 00:58:27 EDT 2008


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

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151647#4151647

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151647



More information about the jboss-dev-forums mailing list