15 Jan, 2008
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3672 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
A break statement is badly positionned in the ReplicationMonitor run method and can cause the heartbeat Monitor thread to die to quickly git-svn-id: https://svn.forgerock.org/opendj/trunk@3671 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
When setting the Replication purge delay this was not propagated to the DB handler and therefore not taken into account until after server restart. git-svn-id: https://svn.forgerock.org/opendj/trunk@3670 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Jan, 2008
6 commits
-
…ints applicable to an aggregation property. This is required for issue 2004 (HTML configuration guide generation). Two new methods are added to the AggregationPropertyDefinition: getSourceConstraintSynopsis() and getSourceConstraintSynopsis(Locale). All aggregation definitions which had constraints have been updated to included the description. In addition, dsconfig is modified to output the constraint description when displaying verbose help on aggregation properties. git-svn-id: https://svn.forgerock.org/opendj/trunk@3669 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3667 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3666 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…information. Details: ADSContextException: error) Consider the case when the administrator is already defined. git-svn-id: https://svn.forgerock.org/opendj/trunk@3664 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
In org.opends.server.admin.Configuration replace ManagedObjectDefinition<...,...> definition() With: Class<? extends Configuration> configurationClass() And remove method: ServerManagedObject<...> managedObject() This decouples generated server-side management APIs from the rest of the framework with the exception of configuration listeners. git-svn-id: https://svn.forgerock.org/opendj/trunk@3662 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3661 41b1ffd8-f28e-4786-ab96-9950f0a78031
11 Jan, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3657 41b1ffd8-f28e-4786-ab96-9950f0a78031
09 Jan, 2008
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3652 41b1ffd8-f28e-4786-ab96-9950f0a78031
08 Jan, 2008
4 commits
-
The problem comes from the fact that the upgrade does not backup the upgrade.bat file. The fix consists of doing this at the end of the upgrade process if everything has been successful. git-svn-id: https://svn.forgerock.org/opendj/trunk@3651 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3650 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add generic entry cache pre-load mechanism which is backend and entry cache implementations independent. git-svn-id: https://svn.forgerock.org/opendj/trunk@3649 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3648 41b1ffd8-f28e-4786-ab96-9950f0a78031
07 Jan, 2008
12 commits
-
…te mapper configuration error messages. git-svn-id: https://svn.forgerock.org/opendj/trunk@3647 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Modify EntryContainer.close() to close its attribute indexes (which perform their own listener deregistration) and rework and simplify the admin framework change listener implementations so that secondary change listeners are deregistered when the primary change listener is deregistered. git-svn-id: https://svn.forgerock.org/opendj/trunk@3646 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3645 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Instead of basing on the contents of the Installation (since it changes during the upgrade process) use a boolean to determine whether the schema has been customized or not as return value of MigrationManager.isSchemaCustomized (in any case the method's javadoc already required MigrationManager.calculateSchemaCustomizations to be called so there is no change of behavior). git-svn-id: https://svn.forgerock.org/opendj/trunk@3644 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3642 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3641 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3640 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The problem was that cn=admin data was being overwritten by the reversion. This must not be done. A new file filter class (specific to the reversion) has been added to fix the issue. git-svn-id: https://svn.forgerock.org/opendj/trunk@3639 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Since the reverter requires the Reverter to create the user data, set the formatter before calling CliApplication.createUserData. git-svn-id: https://svn.forgerock.org/opendj/trunk@3638 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ork. Also renamed aggregation tests so that they are more easily differentiated and removed "slow" tags from certain aggregation tests now that they perform much quicker. git-svn-id: https://svn.forgerock.org/opendj/trunk@3637 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3636 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3635 41b1ffd8-f28e-4786-ab96-9950f0a78031
04 Jan, 2008
8 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3634 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3632 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
I could not reproduce the problem but found an uninitialized variable that could well be the cause of the problem and that is worth fixing anyway. git-svn-id: https://svn.forgerock.org/opendj/trunk@3631 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Change the server startup and import-ldif startup message to display runtime information. See issue for details. git-svn-id: https://svn.forgerock.org/opendj/trunk@3630 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The fix is similar to the one done for issue 2506: the object describing the user data must be updated properly. In addition to that some changes have been performed in the messages to be more explicit when an error occurs with the directory specified by the user. git-svn-id: https://svn.forgerock.org/opendj/trunk@3629 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Update the UserData object properly telling that it is a reversion. git-svn-id: https://svn.forgerock.org/opendj/trunk@3625 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3624 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Close the OutputStream after writing on it as described in the issue report. git-svn-id: https://svn.forgerock.org/opendj/trunk@3623 41b1ffd8-f28e-4786-ab96-9950f0a78031
03 Jan, 2008
5 commits
-
The fix consists of checking whether the specified administrator exists or not before creating it (this is done even in the case where no server had been registered). In addition to that a bug in the way the server registry comparison is made has been fixed. Before these changes when we tried to enable a suffix between two servers that were already replicated, dsreplication enable failed. git-svn-id: https://svn.forgerock.org/opendj/trunk@3622 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Improve the indentation of the resulting set-java-home file generated by dsjavaproperties. Do not use JAVA_ARGS in lib/set-java-properties. Make the setup not to overwrite the environment variables by default. git-svn-id: https://svn.forgerock.org/opendj/trunk@3621 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@3620 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…anging the log file permissions to an invalid value. The listeners will now reject changes that will prevent OpenDS from writing to the log files. Fix for issue 2107 git-svn-id: https://svn.forgerock.org/opendj/trunk@3619 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
When a delete is done on the new name of an entry immediately after renaming it, the dependencies between these 2 operations are not detected and the delete can therefore be replayed without waiting for the moddn to complete. This cause the delete to fail and not being replayed. These changes fix the dependency code and add a unit test case allowing to reproduce the problem. git-svn-id: https://svn.forgerock.org/opendj/trunk@3617 41b1ffd8-f28e-4786-ab96-9950f0a78031