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

boli
31.38.2007 ee0fbff002e17a56aca09cb8dc7da0f4fe20ad6e
refs
author boli <boli@localhost>
Tuesday, July 31, 2007 23:38 +0200
committer boli <boli@localhost>
Tuesday, July 31, 2007 23:38 +0200
commitee0fbff002e17a56aca09cb8dc7da0f4fe20ad6e
tree 8b80b49fc68d465fa12baf7870fde2ff634f3d46 tree | zip | gz
parent d0692da27122c0e6441336d2fbadae23c0b5c85e view | diff

This fixes serveral issues LDIF import and VLV features:
- Added the ability to use both a backend ID and include branch arguments for LDIF imports
(Issue 1971)
- Fixed incorrect search scope enum in the VLV index configuration
- Added unit tests for partial LDIF imports
- Fixed issue where using overlapping include branches during an import would result in a ConcurrentModificationException (Issue 2039)

10 files modified
645 ■■■■ changed files
opends/src/admin/defn/org/opends/server/admin/std/VLVJEIndexConfiguration.xml 6 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/AttributeIndex.java 2 ●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/ImportJob.java 12 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/VLVIndex.java 16 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/messages/JebMessages.java 7 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tasks/ImportTask.java 214 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/tools/ImportLDIF.java 29 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/backends/jeb/TestImportJob.java 102 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tasks/TestImportAndExport.java 221 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/tools/ImportLDIFTestCase.java 36 ●●●●● diff | view | raw | blame | history