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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...