}
getLog().debug(++test+"- "+"Calling Business Method E (getEJBObject) on StatelessSession... ");
getLog().debug(statelessSession.callBusinessMethodE());
getLog().debug(++test+"- "+"Calling testClassLoading on StatelessSession... ");
statelessSession.testClassLoading();
getLog().debug("OK");
getLog().debug("***Testing the various local Object class calls");
getLog().debug(++test+"- "+"toString ... " + statelessSession.toString());