186187188189190191192193194195196
res.setResult(new ThrowableArtifact(namingException)); } finally { try { res.setMetaData(metaData); res.writeExternal(out); } catch (Throwable e) { logger.fatal("Could not write JndiResponse to output stream", e); } if (logger.isDebugEnabled()) {
128129130131132133134135136137138
} catch (Exception ignore) { } } try { res.writeExternal(out); } catch (java.io.IOException ie) { logger.fatal("Couldn't write JndiResponse to output stream", ie); } }
164165166167168169170171172173174
} catch (Exception ignore) { } } try { res.writeExternal(out); } catch (Throwable e) { logger.fatal("Couldn't write JndiResponse to output stream", e); } } }