StatefulSessionHome home = ( StatefulSessionHome ) ctx.lookup("ejbcts/StatefulSessionBean");
StatefulSession bean = home.create("testProbeBeanContext");
getLog().debug("Invoking bean...");
BeanContextInfo beanCtxInfo = bean.getBeanContextInfo();
assertTrue(beanCtxInfo != null);
getLog().debug("remote interface: "
+ beanCtxInfo.remoteInterface);