log.debug(results.toString());
TestEjbLinkLocalHome home =
(TestEjbLinkLocalHome) PortableRemoteObject.narrow(object, TestEjbLinkLocalHome.class);
TestEjbLinkLocal bean = home.create();
return bean.testEjbLinkCalled();
}
catch (Exception e)
{
log.debug("failed", e);
return "Failed";