getLog().debug("Looking up the home nextgen.StatefulSession" + getJndiSuffix()+"...");
StatefulSessionHome sfsbHome =
(StatefulSessionHome) ctx.lookup("nextgen_StatefulSession" + getJndiSuffix());
if (sfsbHome!= null ) getLog().debug("ok");
getLog().debug("Calling create on StatefulSessionHome" + getJndiSuffix()+"...");
StatefulSession sfsb = (StatefulSession)sfsbHome.create("Bupple-Dupple");
assertTrue("statefulSessionHome.create() != null", sfsb != null);
getLog().debug("ok");
NodeAnswer node1 = sfsb.getNodeState ();
getLog ().debug (node1);