17 Oct, 2006

4 commits


16 Oct, 2006

14 commits


15 Oct, 2006

1 commit

  • added code coverage for the integration tests
    added the ability to merge the code coverage results from unit tests and integration tests into a global report (in build/coverage/reports/global)
    added a dependency on package
    Adapated the unit tests form the main build.xml file to match the suite-specific coverage reports model
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@581 41b1ffd8-f28e-4786-ab96-9950f0a78031
    al_xipe
     

14 Oct, 2006

1 commit


13 Oct, 2006

12 commits


12 Oct, 2006

8 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
     
  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@563 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • 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
     
  • draft-joslin-config-schema.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@560 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson