log.debug("+++ testThreadAccess()");
IOStatelessSessionBean bean = getIOSession();
try
{
// This test will fail because the calling thread it not in the root thread group
bean.renameThread();
doFail("Was able to call IOSession.renameThread");
}
catch(Exception e)
{
log.debug("IOSession.renameThread failed as expected", e);