14 Jan, 2010

1 commit


13 Jan, 2010

2 commits

  • …://opends.dev.java.net/issues/show_bug.cgi?id=4485.
    
    Both issues are related to referrals.  With these modifications:
    1. If the user selects to follow referrals and they cannot be followed, an error message appears when the user selects the referral entry.
    2. If the LDAP URL in the referral has no host/port specified, the local server is used.
    3. An error message is displayed when there is a DIT loop condition (a referral in a server points to an entry in the same server that is an ascentor of the referral entry).
    4. The scope and filter of the referral are honoured in a best-effort mode: the first entry of the referral filter is used to 'follow' the referral.  So there is an accepted limitation in this area: if a referral has a filter where several entries can be retrieved, the first entry found is used to represent the node (and thus different refreshes in the browser can make that different entries appear in the place of the referral entry).
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6345 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@6338 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     

08 Jan, 2010

2 commits


06 Jan, 2010

1 commit

  • Display the log messages of the selected task.
    Improve how the panel handle the modification in the contents of the task and when the user modifies the displayed attributes in the table.  Before this changes the selection of the table was always lost, with this changes the previously selected task(s) are still selected.
    Improve some labeling in the 'View' menu.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6322 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

25 Dec, 2009

1 commit


23 Dec, 2009

1 commit

  • …e displayed in setup)
    Include the stop-ds command-line when the user chooses to configure replication and not to run the server when setup is complete.
    Make the displayed command-line to be dynamically updated when the user clicks on the check boxes (start server and configure windows service) in the review panel.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6309 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

22 Dec, 2009

1 commit


17 Dec, 2009

1 commit

  • The following changes allow the user to edit and modify attributes and objectclasses (those that are considered not part of the configuration or standard schema).
    
    With these changes the user can modify any property of the objectclass and the attributes, references to the modified elements (for instance when they are renamed) are updated in the schema.
    
    These modifications also allow to delete schema elements that are referenced elsewhere in the schema.  Before the changes for instance deleting an attribute included in the definition of an object class was not allowed.  With these changes, the user is informed of the existing dependencies, but he/she is allowed to proceed with the deletion of the attribute (the references will be automatically removed).
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6292 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

15 Dec, 2009

1 commit


13 Dec, 2009

1 commit


11 Dec, 2009

2 commits


10 Dec, 2009

3 commits

  • …6 64 bits (fedora core 12))
    
    The fix is not really a fix for this, the code silently ignored the non existence of the javax.jnlp.DownloadService.  The modifications consist basically on identifying this situation and providing an error message informing of this and of the alternatives the user has to setup OpenDS (download a ZIP file).
    
    With these modifications, the error message will appear directly once the basic classes are downloaded (and the user does not have to wait till 'Finished' is clicked to get the error).
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6268 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@6267 41b1ffd8-f28e-4786-ab96-9950f0a78031
    pgamba
     
  • …64 bits (fedora core 12))
    
    The fix is not really a fix for this, the code silently ignored the non existence of the javax.jnlp.DownloadService.  The modifications consist basically on identifying this situation and providing an error message informing of this and of the alternatives the user has to setup OpenDS (download a ZIP file).
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6264 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

09 Dec, 2009

1 commit


08 Dec, 2009

1 commit


04 Dec, 2009

1 commit


03 Dec, 2009

1 commit


24 Nov, 2009

1 commit


20 Nov, 2009

1 commit


19 Nov, 2009

1 commit


18 Nov, 2009

1 commit


11 Nov, 2009

1 commit


10 Nov, 2009

1 commit


06 Nov, 2009

1 commit

  • we introduce:
    
    
    
    - a weigth, which is an integer affected to each RS that combined with 
    each others will define a percentage value which matches the number of 
    DSs (compared with total number od DSs in the topology) that can be 
    connected to the RS at a time in the topology. In these modif, this 
    configuration of the weight is added as well as dynamic changes. Also 
    transported in Topo messages. No modification of the connection 
    algorithm yet
    
    
    
    - Also to support the future connection algorithm, these modifs 
    introduces a Monitoring Publisher thread which is a thread that sens 
    every 3 seconds a Monitoring message (unchanged format) to every DSs 
    that are connected to him. These information will be used by the DSs to 
    potentially reconnect to another RSs with a newer server state (info 
    included in monitoring messages)
    
    
    
    The new connection algorithm will take into account:
    
    - group id
    
    - generation id
    
    - server states
    
    - locality (same VM)
    
    - weight (load)
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6097 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mrossign
     

03 Nov, 2009

1 commit


02 Nov, 2009

1 commit


30 Oct, 2009

1 commit

  • If the user does not specify the option baseDN (in the command-line setup) or leaves the base DN text field empty (in the graphical setup), no b
    ase DN will be created.
    
    Fix some issues with the installer, that on Mac OS used to make the terminal to lose focus before the confirmation of the setup.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@6075 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

28 Oct, 2009

1 commit


27 Oct, 2009

1 commit


23 Oct, 2009

1 commit


21 Oct, 2009

1 commit


20 Oct, 2009

2 commits


19 Oct, 2009

3 commits