157158159160161162163164165166167
finally { if (resourcesStream != null) { try { resourcesStream.close(); } catch (Exception ex) { throw new SourceBeanException(ex.getMessage()); } } } return result; }