StatelessSession bean = home.create();
log.debug("Created spec.UncheckedSessionRemoteFirst");
log.debug("Bean.echo('testRemoteUnchecked') -> " + bean.echo("testRemoteUnchecked"));
try
{
bean.excluded();
fail("Was able to call UncheckedSessionRemoteFirst.excluded");
}
catch (RemoteException e)
{
log.debug("UncheckedSessionRemoteFirst.excluded failed as expected");