269270271272273274275276277278279
{ log.debug("+++ testLoadLibrary()"); IOSession bean = getIOSession(); try { bean.loadLibrary(); doFail("Was able to call IOSession.loadLibrary"); } catch(Exception e) { log.debug("IOSession.loadLibrary failed as expected", e);