StatelessSessionHome home = (StatelessSessionHome) obj;
log.debug("Found null.StatelessSession Home");
StatelessSession bean = null;
try
{
bean = home.create();
fail("Invoking create() should fail");
}
catch (Exception e)
{
Throwable t = e.getCause();