-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.3.1
-
Fix Version/s: 5.3.2
-
Component/s: None
When having a folder containing documents in the trash (the folder itself being in the trash as well), when restoring a doc of the folder the following happens:
java.util.ConcurrentModificationException: Updating a concurrently modified value: RowId(misc, 8331e539-8a41-4384-9b2e-d7789e15dcad)
at org.nuxeo.ecm.core.storage.sql.PersistenceContext.checkReceivedInvalidations(PersistenceContext.java:395)
at org.nuxeo.ecm.core.storage.sql.SessionImpl.checkReceivedInvalidations(SessionImpl.java:436)
at org.nuxeo.ecm.core.storage.sql.SessionImpl.flush(SessionImpl.java:275)
at org.nuxeo.ecm.core.storage.sql.SessionImpl.save(SessionImpl.java:250)
at org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.save(SQLSession.java:139)
at org.nuxeo.ecm.core.api.AbstractSession.save(AbstractSession.java:1712)
at org.nuxeo.ecm.webapp.action.DeleteActionsBean.undeleteSelection(DeleteActionsBean.java:578)
- depends on
-
NXP-5365 Make Trash Service a real service and clean it up
- Resolved