getLog().debug("+++ testClientSession()");
Object obj = getInitialContext().lookup(CLIENT_SESSION);
obj = PortableRemoteObject.narrow(obj, SessionHome.class);
SessionHome home = (SessionHome) obj;
getLog().debug("Found SessionHome @ jndiName=ClientSession");
Session bean = home.create(CLIENT_ENTITY);
getLog().debug("Created ClientSession");
try
{
bean.create(0, getBeanCount());