101102103104105106107108109110111
} catch (JAXBException e) { e.printStackTrace(); } finally { try { if (jdlConnection != null) jdlConnection.closeConnection(); } catch (SQLException e) { log.error("closing connection", e); } } } else {