Skip to content

Commit

Permalink
FIX carica file distinta cassiere
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Feb 28, 2018
1 parent 0674812 commit 3b42011
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -4124,6 +4124,7 @@ public void caricaFile(UserContext userContext, File file)
bframe_blob.setUser(userContext.getUser());
home.insert(bframe_blob, userContext);
home.setSQLLob(bframe_blob, "CDATA", IOUtils.toString(new FileInputStream(file), "UTF-8"));
home.update(bframe_blob, userContext);
} catch (Throwable e) {
throw handleException(e);
} finally {
Expand Down

0 comments on commit 3b42011

Please sign in to comment.