提交 92b71c16 编写于 作者: T Tijs Rademakers

Merge branch 'master' of https://github.com/Activiti/Activiti

......@@ -604,14 +604,14 @@ public abstract class ProcessEngineConfigurationImpl extends ProcessEngineConfig
log.debug("using database type: {}", databaseType);
} catch (SQLException e) {
e.printStackTrace();
log.error("Exception while initializing Database connection", e);
} finally {
try {
if (connection!=null) {
connection.close();
}
} catch (SQLException e) {
e.printStackTrace();
log.error("Exception while closing the Database connection", e);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册