client.setSimple("somebody", "password");
client.login();
Stateful stateful = (Stateful)getInitialContext().lookup("Stateful");
assertNotNull(stateful);
assertFalse(stateful.interceptorAccessed());
assertTrue(RemoteBindingInterceptor.accessed);
}
public void testUninstantiatedPassivation() throws Exception
{