19 Oct, 2006

4 commits


18 Oct, 2006

2 commits


17 Oct, 2006

1 commit

  • …try.  Reviewed by gbellato.
    
    The synchronization post-operation plugin did not handle the case where an operation had not been assigned a change number.  A unit test is added for this.  There was also an error in the increment of numReplayedPostOpCalled in the case of a non-synchronization or unsuccessful operation, since that field is documented as "the number of updates replayed successfully by the synchronization".
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@597 41b1ffd8-f28e-4786-ab96-9950f0a78031
    coulbeck
     

16 Oct, 2006

3 commits


14 Oct, 2006

1 commit


13 Oct, 2006

2 commits


12 Oct, 2006

6 commits

  • … memory backend.  There are now multiple test cases using the same JE backend, so add TestCaseUtils#clearJEBackend in those test cases to clear any existing data in the JE backend.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@567 41b1ffd8-f28e-4786-ab96-9950f0a78031
    coulbeck
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@566 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@565 41b1ffd8-f28e-4786-ab96-9950f0a78031
    dugan
     
  • Issue 785: attribute options not returned by search of attribute types only
    Issue 786: SearchOperation#returnEntry does not always make a copy of the attributes
    
    I have added some new methods so that a common code path can be followed whether the search returns attribute values or not.
    
    Attribute:
       public Attribute duplicate(boolean omitValues)
    
    Entry:
       public List<Attribute> duplicateUserAttribute(
            AttributeType attributeType,
            Set<String> options,
            boolean omitValues)
    
       public List<Attribute> duplicateOperationalAttribute(
            AttributeType attributeType,
            Set<String> options,
            boolean omitValues)
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@564 41b1ffd8-f28e-4786-ab96-9950f0a78031
    coulbeck
     
  • attempting to terminate a client connection from within an operation plugin.
    The issue arose when the attempt to terminate the connection tried to cancel
    the operation that initiated the disconnect, which made it necessary to wait
    for a 5-second timeout before continuing.
    
    This solution also creates a new PluginOperation interface that is the
    superclass for the PreParseOperation, PreOperationOperation, 
    PostOperationOperation, and PostResponseOperation interfaces.
    
    OpenDS Issue Number:  784
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@562 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • Validator.ensureNotNull method for arguments that are not allowed to be null,
    and also update the javadoc for the corresponding @param tags to indicate this.
    
    Also, update the ModifyDNChangeRecordEntry class to rearrange the order of the
    constructor arguments to be more consistent with the rest of the codebase, as
    well as the standard definitions in LDAP and LDIF.
    
    Reviewed by davidely.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@561 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     

11 Oct, 2006

1 commit


10 Oct, 2006

4 commits


09 Oct, 2006

6 commits


08 Oct, 2006

5 commits


07 Oct, 2006

5 commits