(refs #464)Implementing database migration system for plugin

This commit is contained in:
Naoki Takezoe
2014-08-13 23:16:13 +09:00
parent bab93ea4f5
commit e6b666a66a
2 changed files with 48 additions and 4 deletions

View File

@@ -222,7 +222,7 @@ class AutoUpdateListener extends ServletContextListener {
case ex: Throwable => {
logger.error("Failed to initialize plugin system", ex)
ex.printStackTrace()
session.rollback()
throw ex
}
}
}