Commit ab17c2fb authored by Liang Ding's avatar Liang Ding

c

parent 97ff9469
...@@ -351,6 +351,8 @@ public final class ArticleMgmtService { ...@@ -351,6 +351,8 @@ public final class ArticleMgmtService {
transaction.rollback(); transaction.rollback();
} }
LOGGER.log(Level.SEVERE, "Updates an article failed", e);
throw e; throw e;
} catch (final Exception e) { } catch (final Exception e) {
if (transaction.isActive()) { if (transaction.isActive()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment