01 Jun, 2007
6 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1992 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… number of bytes. This is intended for use in user interfaces since the value returned maybe a floating point value and subject to small errors. For LDAP encoding/decoding we still have the original getBestFitUnit() method but it has been renamed to getBestFitUnitExact(). Both methods are class methods. git-svn-id: https://svn.forgerock.org/opendj/trunk@1991 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1990 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1989 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1988 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
running the test cases. git-svn-id: https://svn.forgerock.org/opendj/trunk@1987 41b1ffd8-f28e-4786-ab96-9950f0a78031
31 May, 2007
7 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1986 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…an upgrade. There are concerns that this may take a long time or eat up lots of resources in cases where there is alot of data. Also if the data is important it is likely that there will be a separate backup strategy for this. Since it might be nice to offer to do this as an optional step in the future, I have not removed the code altogether but rather surrounded the backup invocation code with a conditional that is always false right now. When we can resolve where in the GUI to offer such a checkbox for managing the value of this value there will be no change necessary to the Upgrader class. git-svn-id: https://svn.forgerock.org/opendj/trunk@1985 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
is used to correct a misplaced quotation mark. git-svn-id: https://svn.forgerock.org/opendj/trunk@1984 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1983 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1982 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1981 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
https://opends.dev.java.net/issues/show_bug.cgi?id=1334 This commit implements the underlying actions for the following subcommand: add-to-group Add a member to a group create-group Create a new group of servers delete-group Delete an existing new group of servers list-groups List groups that have been defined list-members List members of the specified group list-membership List members of the specified group modify-group Modify a group's properties remove-from-group Remove a member from a group Error handling and user friendly outputs are not part of this commit. git-svn-id: https://svn.forgerock.org/opendj/trunk@1980 41b1ffd8-f28e-4786-ab96-9950f0a78031
30 May, 2007
6 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1979 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ructors, and removed example client classes). git-svn-id: https://svn.forgerock.org/opendj/trunk@1978 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1977 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This change adds default values for all java-implementation-class style properties where appropriate. These properties are usually defined in an abstract definition but have sensible default values in their sub-definitions. For example, the PasswordValidatorConfiguration definition defines a "validator-class" property which is mandatory but has no sensible default value. However, its derived definition DictionaryPasswordValidatorConfiguration does have a sensible default value for this property, DictionaryPasswordValidator, so this change adds a "property-override" to this sub-definition which defining this default value. Having default values defined for java-class type properties will make it much easier for administrators to create new configurations as they will no longer need to figure out which class is appropriate (they are still free to override the default with their own implementation if they wish). git-svn-id: https://svn.forgerock.org/opendj/trunk@1976 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1975 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1974 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 May, 2007
12 commits
-
…ted by Brian after reviewing the SWAED guidelines: - Changes how buttons appear for the install, uninstaller and upgrader. The Cancel button has been moved from the ButtonPanel to the ProgressPanel along side the progress bar for applications that are cancelable. Right now this only includes the upgrader. The installer before this commit allows the user to press a Close button which prompts the user before exiting. However the installer leaves its files behind currently when canceled so I have not implemented the 'cancelable' code as part of this commit. With this commit the installer just displays a disabled Close button while running which is enabled after progress stops (like the uninstaller). - All applications now display a disabled Close button at the bottom which becomes enabled after the progress has finished or been canceled. - Adds the Launch Status Panel command button to the final screen for the upgrader. - Changes the end state inline alert from error to info when an upgrade is canceled. git-svn-id: https://svn.forgerock.org/opendj/trunk@1973 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1972 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… from a commit in revision 1918 for Issue 1622. git-svn-id: https://svn.forgerock.org/opendj/trunk@1971 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1970 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
It is now possible to override the default behavior and required admin action of an inherited property definition using a "property-override" element. This makes it possible to specify default values for inherited properties like java-implementation-class and will, ultimately, make a client tools much more user-friendly. A subsequent change will add default values for java-implementation-class properties in all managed object definitions. git-svn-id: https://svn.forgerock.org/opendj/trunk@1969 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
When 2 replication server instances open the connection to each other simultaneously one of this connection must be closed. In that case an error message was produced even though this is not an error condition. This change removes the error message in such condition and also improves the message that get printer to the error log in the case where 2 different server have been assigned with the same server ID. git-svn-id: https://svn.forgerock.org/opendj/trunk@1968 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Done for both the replication plugin and replication server shutdown. Also added some debug logging around thread creation and stop. git-svn-id: https://svn.forgerock.org/opendj/trunk@1967 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
This makes available 3 new counters in the replication monitoring information providing : - the number of unresolved naming conflicts since last startup : unresolved-naming-conflicts - the number of resolved naming conflicts since last startup : resolved-naming-conflicts - the number of resolved modify conflicts since ast startup : resolved-modify-conflicts Note that modify conflicts are always resolved automatically. Also note that these counters are reset when the server is restarted. This commit also include a new test for modify conflicts with some checks of the counters values and update to the naming conflict test in order to test the counter implementation. Thanks again to Chris git-svn-id: https://svn.forgerock.org/opendj/trunk@1966 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1965 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1964 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1963 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1962 41b1ffd8-f28e-4786-ab96-9950f0a78031
28 May, 2007
3 commits
-
- new admin framework - verbal review comments - bunch of bugfixes - sync with rev 1960 - some code cleanup git-svn-id: https://svn.forgerock.org/opendj/trunk@1961 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
* 1444: implement inherited default values * 1445: prevent commit if mandatory properties are missing * 1446: refactor managed object factory method API in generated APIs * 1625: allow read-only properties to be defined during managed object construction and add support for "monitoring" properties (e.g. a property which is server generated and contains the list of support ciphers) These issues have been fixed in a single change as they depend upon each (issue 1446 being the main issue). [Reviewed by Josu] git-svn-id: https://svn.forgerock.org/opendj/trunk@1960 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1959 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 May, 2007
6 commits
-
… tests. This also corrects the issue where the incorrect method signature is printed in debug messages on Java 5. git-svn-id: https://svn.forgerock.org/opendj/trunk@1958 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1957 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
ed by the QuickSetup to both read data from registered servers and to configure ADS. Some utilities have been also added in order to be able to implement command lin es that handle the data in the ADS (such as the server groups). git-svn-id: https://svn.forgerock.org/opendj/trunk@1956 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…uit" during setup. Removing them generated an exception and there was no way for the user to quit the setup without manually killing the process. git-svn-id: https://svn.forgerock.org/opendj/trunk@1955 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
… upgrader input field with the invalid field styling if the value is invalid git-svn-id: https://svn.forgerock.org/opendj/trunk@1954 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@1953 41b1ffd8-f28e-4786-ab96-9950f0a78031