opends/src/server/org/opends/server/backends/jeb/EntryContainer.java
@@ -1856,6 +1856,11 @@ EntryContainer.transactionAbort(txn); throw directoryException; } catch (CanceledOperationException coe) { EntryContainer.transactionAbort(txn); throw coe; } catch (Exception e) { EntryContainer.transactionAbort(txn); @@ -2408,6 +2413,11 @@ EntryContainer.transactionAbort(txn); throw directoryException; } catch (CanceledOperationException coe) { EntryContainer.transactionAbort(txn); throw coe; } catch (Exception e) { EntryContainer.transactionAbort(txn);