04 Jan, 2008

3 commits


03 Jan, 2008

9 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
    jvergara
     
  • 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
    jvergara
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@3620 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • …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
    boli
     
  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3618 41b1ffd8-f28e-4786-ab96-9950f0a78031
    abobrov
     
  •  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
    gbellato
     
  • When a ReplicationBroker disconnect and reconnect quickly to a Replication
    Server the reconnection sometimes fails.
    
    These Changes :
     - add a unit tests for these condition
     - fixes race conditions in the Replication Server code to make this test
       successful 
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3616 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     
  • … environment java argument properties.
    
    Include a default java.properties file that includes some information about setting the different java properties.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3615 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     
  • https://opends.dev.java.net/issues/show_bug.cgi?id=2345
    
    Feature description:
    
    ** Before these changes, the monitoring information for the replication contain the information for the replication server itself, and for the LDAP server that are currently connected to it, not for the 
    LDAP servers connected to other RS.
    ** With these changes, each RS exposes the delay informations for all RSes in the topology. In addition the delay for each server is consolidated across the whole topology.
    
    see details in
    https://www.opends.org/wiki//page/MonitoringReplication
    
    Note:
    - This feature is loosely tested by unit tests. We should probably add more tests in the future but I think it is a good idea to commit the feature and basic tests right now.
    - The UI part of this feature still need some adaptations to the changes done in the server.
    
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3614 41b1ffd8-f28e-4786-ab96-9950f0a78031
    pgamba
     

02 Jan, 2008

2 commits


31 Dec, 2007

1 commit


22 Dec, 2007

3 commits


21 Dec, 2007

9 commits


20 Dec, 2007

4 commits

  • …assures no deadlocks will occur between multiple adds and mods. 
    Disabled lock timeouts for add and mod operations since deadlocks can not occur. This prevents txn aborts and op retry expiration due to lock timeouts of add and mod operations when the server is under high write load. 
    
    Fix for issue 2186 
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3598 41b1ffd8-f28e-4786-ab96-9950f0a78031
    boli
     
  • hanging tests and failing tests.
    
    These changes roll them back until we fully understand the problem.
    
    They also enable back the tests that were disabled.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3597 41b1ffd8-f28e-4786-ab96-9950f0a78031
    gbellato
     
  • bugfixes/improvements for the DSML gateway.
    
    Here is the detail file by file:
    . DSMLAbandonOperation
      -> error handling : abandon Id is now mapped to an unwilling to
    perform error (was IOException)
    
    . DSMLDeleteOperation
      -> added matchedDN in response (was missing)
    
    . DSMLServlet
      -> added schema validation during JAXB parsing
      -> dropped usage of an internal JAXB class (useless and risky as this
    class was renamed in Java 6)
      -> removed doGet method (useless/cleanup)
      -> check that if authorization is tagged in http request (bindDN,
    passwd) are both provided and valid
      -> better error handling : safer processing with appropriate error
    messages instead of global try/catch with generic message
        - in case of parsing error, the request in reparsed with SAX
    instead of JAXB in order to extract requestID and build appropriate response
        - in case of processing exception, a mapping (hard-coded) is
    performed and set in the error response message
      -> fixed processing onError: default behaviour was to stop once a
    request failed but the specification defines to continue
    
    . DSMLSearchOperation
      -> added missing filters : "and", "or", "not", "substrings",
    "greaterOrEqual", "lessOrEqual", "approxMatch", "extensibleMatch"
    ("equalityMatch" and "present" were provided)
      -> fixed ability to return attribute names only (typesOnly)
    
    . build.xml
      -> added schema in DSML war file to enable JAXB schema validation
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3596 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ctissot
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@3595 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     

19 Dec, 2007

9 commits