21 Jan, 2008

5 commits

  • - Property strings with associated patterns are now supported
    - Added a space betwenn 'Synopsis' and 'Description' in property table
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3710 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jcambon
     
  • Modify the LDAPClientConnection.cancelAllOperations(...) method to pre-emptively set a CancelResult in pending operations thus preventing the subsequent cancel request from blocking (this can cause very slow LDAP disconnects and potentially freeze the server). Fix a similar problem that can occur while shutting down the work queue.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3709 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew_swift
     
  • Change local DB backend configuration so that db-directory and import-temp-directory properties now name a parent directory within which a sub-directory is created having the same name as the backend-id. This simplifies configuration and reduces the risk of name collisions.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3708 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew_swift
     
  • 
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3707 41b1ffd8-f28e-4786-ab96-9950f0a78031
    mmarie
     
  • Add a reference to the log file created by the setup in the case the user requires more information than the one that is displayed.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3706 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

20 Jan, 2008

1 commit


18 Jan, 2008

11 commits


17 Jan, 2008

6 commits


16 Jan, 2008

7 commits


15 Jan, 2008

8 commits


14 Jan, 2008

2 commits

  • …ints applicable to an aggregation property. This is required for issue 2004 (HTML configuration guide generation).
    
    Two new methods are added to the AggregationPropertyDefinition: getSourceConstraintSynopsis() and getSourceConstraintSynopsis(Locale). All aggregation definitions which had constraints have been updated to included the description. In addition, dsconfig is modified to output the constraint description when displaying verbose help on aggregation properties.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3669 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew_swift
     
  • git-svn-id: https://svn.forgerock.org/opendj/trunk@3668 41b1ffd8-f28e-4786-ab96-9950f0a78031
    ugaston