}
public void testMain() throws Exception
{
Object ref = getInitialContext().lookup("StatefulSession");
StatefulSessionHome home = (StatefulSessionHome) PortableRemoteObject.narrow(ref, StatefulSessionHome.class);
StatefulSession stateful = home.create();
stateful.test();
int i = 5;
while(!stateful.isPassivated())
{