208209210211212213214215216217218
{ log.debug("+++ testReflection()"); IOStatelessSessionBean bean = getIOSession(); try { bean.useReflection(); doFail("Was able to call IOSession.useReflection"); } catch(Exception e) { log.debug("IOSession.useReflection failed as expected", e);
185186187188189190191192193194195
{ log.debug("+++ testReflection()"); IOSession bean = getIOSession(); try { bean.useReflection(); doFail("Was able to call IOSession.useReflection"); } catch(Exception e) { log.debug("IOSession.useReflection failed as expected", e);