04 Jul, 2009
1 commit
-
If there is no parent node selected (this can happen when the user creates an entry from LDIF), find the parent entry to add the new node. git-svn-id: https://svn.forgerock.org/opendj/trunk@5509 41b1ffd8-f28e-4786-ab96-9950f0a78031
03 Jul, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5506 41b1ffd8-f28e-4786-ab96-9950f0a78031
02 Jul, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5503 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
When the server is configured as a Windows Service, use the class StopWindowsService to stop the server. git-svn-id: https://svn.forgerock.org/opendj/trunk@5502 41b1ffd8-f28e-4786-ab96-9950f0a78031
01 Jul, 2009
3 commits
-
… during a long while) The problem comes because quicksetup.jar contains the utility properties. The code tries to load the correct bundle for the preferred language (for ES), since it is not in quicksetup.jar (no messages_en is included), waits till all the jars are downloaded. This makes the splashscreen to stay till all the jars are downloaded. In fact this can be considered a duplicate of 2112. The fix consists on marking utility.properties the same as quicksetup.properties: when the server is launched using java web start it will use a particular class loader. git-svn-id: https://svn.forgerock.org/opendj/trunk@5500 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Use the '-client' option to launch small programs inside the scripts. git-svn-id: https://svn.forgerock.org/opendj/trunk@5499 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The scripts used to impose a maximum and minimum size for the JVM to reduce the time required to launch the JVM when using some small and auxiliary Java programs. This generates ugly errors in some platforms, so the fix consists on playing safe and rely on the JVM ergonomics to launch these programs. git-svn-id: https://svn.forgerock.org/opendj/trunk@5498 41b1ffd8-f28e-4786-ab96-9950f0a78031
29 Jun, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5494 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5493 41b1ffd8-f28e-4786-ab96-9950f0a78031
26 Jun, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5489 41b1ffd8-f28e-4786-ab96-9950f0a78031
25 Jun, 2009
5 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5485 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Add some word break tags (<wbr>) to the install paths that are displayed in the summary to force some wrapping. git-svn-id: https://svn.forgerock.org/opendj/trunk@5483 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5482 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5481 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…n is broken and confusing) Remove the refences to the 'create first intance' in the replication base DN selection panel. git-svn-id: https://svn.forgerock.org/opendj/trunk@5480 41b1ffd8-f28e-4786-ab96-9950f0a78031
24 Jun, 2009
2 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5478 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5477 41b1ffd8-f28e-4786-ab96-9950f0a78031
23 Jun, 2009
1 commit
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5476 41b1ffd8-f28e-4786-ab96-9950f0a78031
22 Jun, 2009
6 commits
-
…existence of the --timeout argument. git-svn-id: https://svn.forgerock.org/opendj/trunk@5474 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5473 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…ion was enabled always had the server itself registered in the ADS. This is not true when all the suffixes had already been disabled in that server. With this fix the user can enable and disable replication for all suffixes without problems on a given server. git-svn-id: https://svn.forgerock.org/opendj/trunk@5472 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…all paths when they are calculated. This is harmless and avoids having relative paths ('../.' and '/.') in the data in cn=monitor. git-svn-id: https://svn.forgerock.org/opendj/trunk@5471 41b1ffd8-f28e-4786-ab96-9950f0a78031 -
…Their default value must be the same. git-svn-id: https://svn.forgerock.org/opendj/trunk@5470 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5469 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Jun, 2009
2 commits
-
Remove the references to the different server groups in the server that is being unregistered. git-svn-id: https://svn.forgerock.org/opendj/trunk@5468 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Handle the case where the ADS entry did not have a reference to the administration port (this occurs when OpenDS 1.0 have been upgraded). git-svn-id: https://svn.forgerock.org/opendj/trunk@5467 41b1ffd8-f28e-4786-ab96-9950f0a78031
19 Jun, 2009
4 commits
-
…fault java.properties created by the setup. git-svn-id: https://svn.forgerock.org/opendj/trunk@5466 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…efined in the schema (such as the entries under cn=admin data). git-svn-id: https://svn.forgerock.org/opendj/trunk@5465 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5464 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5463 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Jun, 2009
1 commit
-
… render the server unusable. git-svn-id: https://svn.forgerock.org/opendj/trunk@5460 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Jun, 2009
3 commits
-
The fix consists on adding three new elements to the control panel. 1. Allow the user to specify a future date when the backup will be launched or a periodic schedule to launch the backup. 2. Allow the user to specify a future date when an export to LDIF will be launched or a periodic schedule to launch the export. 3. Allow the user to see the scheduled and ongoing tasks. This is a graphical equivalent of the manage-task command. In this first version, the GUI displays the tasks and allows to cancel them. It allows to display all the common task attributes in a table and also the specific attributes for a task in a separate pane. With this proposal including the possibility of allowing scheduling other type of tasks (like import or restore) is just a matter of adding half a dozen of lines of code (since most of the code is in StatusGenericPanel) so if we find that allowing scheduling tasks for other tasks (apart from backup and export) makes sense, it is pretty straightforward to add this functionality. git-svn-id: https://svn.forgerock.org/opendj/trunk@5458 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5457 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…esting replicaiton.plugin code git-svn-id: https://svn.forgerock.org/opendj/trunk@5456 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Jun, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5455 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5454 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
The clear procedure of the Replication Server was failing if several clear are done consecutively. The cause of the failure is that the dnHandler were not shutdown properly at this time. The first clear therefore seemed successful but was leaving some open DBhandler that was causing later clear to fail. git-svn-id: https://svn.forgerock.org/opendj/trunk@5451 41b1ffd8-f28e-4786-ab96-9950f0a78031
13 Jun, 2009
3 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5450 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…nested filters and such filters evaluate false thus excluding ldapsubentry from search results returned, fix that by evaluating for ldapsubentry in nested filters. git-svn-id: https://svn.forgerock.org/opendj/trunk@5449 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@5448 41b1ffd8-f28e-4786-ab96-9950f0a78031