06 Jul, 2007

3 commits


05 Jul, 2007

9 commits


04 Jul, 2007

5 commits

  • Add a "Finish" step to the graphical upgrade, setup and uninstall.
    
    Issue 1325: Update quicksetup to integrate common install scenario
    
    These modifications allow to configure replication in the graphical setup.
    
    Issue 1850: consider replication for uninstall and cancel install
    
    These modfications allow to cancel the modifications done in remote servers during the install when the user clicks on cancel.
    
    Issue 1863: combine Web Start upgrade and install into one tool
    
    These modifications allow to launch an application that combines both install and upgrade.
    
    
    Note: because of some problems with the total update (see Issue 1893) the administration suffix is configured with its own database so a new directory has been created in the installation (adminDb).  If we consider that is not a good idea to have a separate database this will be updated in the future once 1893 is fixed.  The directory must be created during installation because in some case the Administration configuration is created using LDAP and remotely when installing a new server (and in this case we have no access to the fiel system of the firstly installed server).
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2257 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     
  • a couple of CDDL/copyright headers.  Finally, update the CheckPrecommit Ant
    task so that it properly checks for a property that can be used to ignore these
    problems and continue with the build.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2256 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • to re-open on a connection that has been closed without notifying the publisher.
    
    Several changes were done to avoid this :
    
    - reading the monitoring information does not acquire the lock on    the PendingChanges object anymore so that we can use it to debug such problems.
    
    - When a connection to a server goes down, the operation now never
     tries to re-open the connection, but wait for the receiver thread to do it.
     The operation thread wait in the post-op until the reconnection is  finished or until the receiver thread has found that there are no  replication server available.
    
    - tries to make the window mechanism more robustby introducing a loop around
     the sendWindow.acquire() call so that the publisher thread is never
     blocked indefinitely in this call in case of bugs or other problems
     that could lead to this situation.
     Also add a WindowProbe message that is sent to the replication server  when the publisher notice that the window has been closed for a while  to check if the window is really closed.
    
    - notify the publisher thread when the connection has been shutdown. 
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2255 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     
  • call loadBVaraibels function    to load variables
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2243 41b1ffd8-f28e-4786-ab96-9950f0a78031
    smaguin
     
  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2242 41b1ffd8-f28e-4786-ab96-9950f0a78031
    smaguin
     

03 Jul, 2007

3 commits


02 Jul, 2007

15 commits


30 Jun, 2007

2 commits


29 Jun, 2007

1 commit


28 Jun, 2007

2 commits

  • framework.
    
    OpenDS Issue Number:  1837
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2217 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • …ests.  The previous implementation only worked for the default tests and not the precommit or function test definitions.
    
    With this commit:
    
    The following rules apply to the generation of content for test.xml by PrepTestNG:
    
    - For the default test definition, if no group clauses have been specified and the platform is non-Windows and explicit Windows exclusion element is generated.
    - For the default test definition, if group clauses have been specified a Windows exclusion element is generated if the platform is non-Windows and a Windows group clause has not been explicitly provided.
    - The precommit and functional test definitions are always parameterized with an explicit Windows exclusion element if the platform is non-Windows.
    
    Corrected and added to the test framework help generated in build.xml.
    
    I have also cleaned up the formatting of the generated XML with reasonable indentation.
    
    Reenabled TestStaticUtils.testRenameFileLockedTarget() 
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2214 41b1ffd8-f28e-4786-ab96-9950f0a78031
    kenneth_suter