getLog().debug(++test+"- "+"Calling Business Method C on StatelessSession... ");
getLog().debug(statelessSession.callBusinessMethodC());
getLog().debug(++test+"- "+"Calling Business Method D on StatelessSession... ");
try
{
statelessSession.callBusinessMethodD();
fail("callBusinessMethodD, no exception was thrown");
}
catch (BusinessMethodException e)
{
getLog().debug("Caught BusinessMethodException OK");