catch (BusinessMethodException e)
{
getLog().debug("Caught BusinessMethodException OK");
}
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");