17 Jun, 2015
1 commit
-
CR-7262 This change is a consequence of OPENDJ-2098 * src/main/java/org/opends/server/tools/upgrade/LicenseFile.java ** Perform a check in multiple folders to ensure if the license has been accepted for a 2.6.x version a user would not be prompted again. ** Introduce some constants to avoid harcoded string repetitions * build.xml ** I do not think this code is still use, but update to prevent any regression git-svn-id: https://svn.forgerock.org/opendj/trunk@12525 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Jun, 2015
1 commit
-
* use duration syntax for property * add upper/lower bounds enforced by Persistit * add correct LDAP schema. git-svn-id: https://svn.forgerock.org/opendj/trunk@12501 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Jun, 2015
2 commits
-
This patch has the side effect of removing some trailing spaces. git-svn-id: https://svn.forgerock.org/opendj/trunk@12388 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This patch has the side effect of removing some trailing spaces. git-svn-id: https://svn.forgerock.org/opendj/trunk@12386 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 May, 2015
1 commit
-
This patch adds a Maven plugin to build the configuration reference alongside the other server docs. This patch also makes some minor changes to comment out links in the configuration reference that might break and that are not strictly necessary. Finally this patch refactors the OpenDJ doc plugin where some methods are used across Mojos. git-svn-id: https://svn.forgerock.org/opendj/trunk@12362 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 May, 2015
1 commit
-
Syntax must be defined because it is referenced by other schema elements git-svn-id: https://svn.forgerock.org/opendj/trunk@12343 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 May, 2015
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12337 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 May, 2015
1 commit
-
This change makes it easier to package the JE backend and changelog as an extension since all JE dependent functionality is now isolated in only two packages. git-svn-id: https://svn.forgerock.org/opendj/trunk@12297 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 May, 2015
1 commit
-
… against a remote instance Problem is down to scripts calling each other. stop-ds.bat calls set SCRIPT_UTIL_CMD=set-full-server-environment-and-test-java then goes to stopUsingProtocol label where it "calls" "_client-script.bat" which then calls set SCRIPT_UTIL_CMD=set-full-environment And the CLASSPATH variable ends up with bootstrap.jar (with server logger) and bootstrap-client.jar (with java.util.logging logger) in it. On Windows batch, "call" executes a script in the current bash context. It seems to be the equivalent of bash's "source". The fix is to empty the CLASSPATH before calling "_client-script.bat" git-svn-id: https://svn.forgerock.org/opendj/trunk@12238 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 May, 2015
2 commits
-
Entry Cache Preloading is now not supported anymore. Feature and configuration are deleted. git-svn-id: https://svn.forgerock.org/opendj/trunk@12226 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12222 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 May, 2015
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12215 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Review: Matt (uppon the shoulder) This commit replaces Java 6 occurences by Java 7 in messages. It also performs the Java version check against Java 7. * org.opends.quicksetup.util.Utils.java ** Use opendj-cli check java version, this allow us to remove old check process based on CompatibleJava * Other changes are just messages or text update. git-svn-id: https://svn.forgerock.org/opendj/trunk@12208 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Apr, 2015
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12146 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Apr, 2015
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12073 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Apr, 2015
2 commits
-
* opendj-cli/src/main/java/com/forgerock/opendj/cli/ArgumentConstants.java ** Add backend type short and long optiion * opendj-core/src/main/java/org/forgerock/opendj/ldap/MemoryBackend.java ** Change code to allow root DSE sub-entriees * opendj-server-legacy/resource/config/config.ldif ** Remove harcoded userRoot backend ldif definition * opendj-server-legacy/src/main/java/org/opends/quicksetup/UserData.java ** Add backend type argument * opendj-server-legacy/src/main/java/org/opends/quicksetup/installer/Installer.java ** Forward backend type argument to ConfigureDS * opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/BackendImpl.java ** Check if storage db directory exists before trying to remove all storage files * opendj-server-legacy/src/main/java/org/opends/server/tools/ConfigureDS.java ** Adapt the way to configure server base DNs * opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDS.java ** Add method to retrieve all available backend types from the config framework ** Adapt console UI to add the backend type choice * opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDSArgumentParser.java ** Add the backend type argument * opendj-server-legacy/src/messages/org/opends/messages/tool.properties ** Add messages related to console UI git-svn-id: https://svn.forgerock.org/opendj/trunk@12022 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This patch adds man pages to the .deb, RPM, and SVR4 packaging. It removes the non-generated man pages as they are no longer needed. This patch introduces a profile for building server docs, -P docs. Thanks to Gaetan for review and help testing. git-svn-id: https://svn.forgerock.org/opendj/trunk@12020 41b1ffd8-f28e-4786-ab96-9950f0a78031
31 Mar, 2015
1 commit
-
This is a partial fix. Unit tests to follow in subsequent commit. git-svn-id: https://svn.forgerock.org/opendj/trunk@12007 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 Mar, 2015
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@12003 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Mar, 2015
1 commit
-
***** opendj-cli ***** * ArgumentConstants.java ** Add constant for testonly long option * CommonArguments.java ** Removes getTestOnly(...) static method as it is only used in InstallDS. * cli.properties ** Removes INFO_ARGUMENT_DESCRIPTION_TESTONLY message and migrate it to server tool.properties to have consistant import in InstallDS.java ***** opendj-ldap-toolkit ***** * resources/.../_script_util.bat ** Replace short option call by long option call ***** opendj-server-legacy ***** * resources/.../bin/_script-util.sh _script-util.bat ** Replace short option call by long option call * InstallDSArgumentParser.java ** Inline static call to CommonArguments * tools.properties ** Add testonly argument information message git-svn-id: https://svn.forgerock.org/opendj/trunk@11968 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Mar, 2015
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11909 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Mar, 2015
6 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11897 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11896 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11895 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11894 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11893 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11892 41b1ffd8-f28e-4786-ab96-9950f0a78031
10 Mar, 2015
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11884 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11882 41b1ffd8-f28e-4786-ab96-9950f0a78031
06 Mar, 2015
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11874 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11873 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Feb, 2015
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11815 41b1ffd8-f28e-4786-ab96-9950f0a78031
12 Feb, 2015
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11725 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Move OpendDJ 3 server code under the maven module named "opendj-server-legacy" under trunk/opendj project Update opendj/pom.xml to include opendj-server-legacy as a module Update opendj/opendj-server-legacy/pom.xml to remove redundant information and disable javadoc report git-svn-id: https://svn.forgerock.org/opendj/trunk@11721 41b1ffd8-f28e-4786-ab96-9950f0a78031