mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
06.20.2008 0f710ada88011a267c9bfff44fb302b7fdaa6d10
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);