public void testJavaInvocation() throws Throwable
{
InvokerLocator locator = new InvokerLocator("rmi://localhost:5400/?" +
InvokerLocator.BYVALUE + "=" + Boolean.TRUE.toString());
ServerInvocationHandler invocationHandler = new MockServerInvocationHandler();
try
{
// set up
setupConfiguration(locator, invocationHandler);