context.getResource(
"/WEB-INF/mdd/" + impArray[1] + ".csv")
.openStream());
}
} catch (SQLException e) {
throw new InternalException(e);
} catch (UnsupportedEncodingException e) {
throw new InternalException(e);
} catch (MalformedURLException e) {
throw new InternalException(e);
} catch (IOException e) {
throw new InternalException(e);
} catch (IllegalArgumentException e) {
throw new InternalException(e);
} catch (SecurityException e) {
throw new InternalException(e);
}
}
});
Hiber.commit();