128129130131132133134135136137138
{ HelloHome home = (HelloHome)getInitialContext().lookup(JNDI_NAME); Hello hello = home.create(); try { hello.throwException(); } catch(Exception e) { getLog().debug("Caught IOException as expected", e); }