Details
-
Type:
Bug
-
Status: Closed
-
Priority:
High
-
Resolution: Fixed
-
Affects Version/s: 2016.06.0
-
Fix Version/s: 2016.12, 2016.06.0.1
-
Component/s: mycore-classeditor
-
Labels:None
-
Sprint:
Description
private class DefaultSessionWrapper implements MCRSessionWrapper { @Override public <T extends OperationInSession> T wrap(T op) { if (!MCRSessionMgr.getCurrentSession().isTransactionActive()) { MCRSessionMgr.getCurrentSession().beginTransaction(); } try { op.run(); } finally { //no error handling at all MCRSessionMgr.getCurrentSession().commitTransaction(); } return op; } }
Attachments
Issue links
- relates to
-
MCR-1403 Moving category leads to error 500
-
- Closed
-