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

dugan
13.52.2010 6c7753811269bd6e4561e750fe008eb6448e2f91
IllegalStateException during import. Issue 4407
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -2005,9 +2005,13 @@
           importConfiguration.appendToExistingData())
        {
         parentDN = entryContainer.getParentWithinBase(dn);
          //If null is returned than this is a suffix DN.
          if(parentDN != null)
          {
          parentID =
             entryContainer.getDN2ID().get(null, parentDN, LockMode.DEFAULT);
        }
        }
        else
        {
          if(parentIDMap.isEmpty())