31 Jan, 2008

3 commits


30 Jan, 2008

1 commit


28 Jan, 2008

2 commits


25 Jan, 2008

1 commit


24 Jan, 2008

2 commits


22 Jan, 2008

6 commits


21 Jan, 2008

2 commits

  • git-svn-id: https://svn.forgerock.org/opendj/trunk@3712 41b1ffd8-f28e-4786-ab96-9950f0a78031
    csovant
     
  • 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
     

20 Jan, 2008

1 commit


18 Jan, 2008

4 commits


15 Jan, 2008

1 commit

  • …e category and severity.
    
    Modify the MessageBuilder.toMessage() method so that constructed Messages have a sensible Category and Severity. Now the Category and Severity are based on the first object appended to the MessageBuilder. If that object is a Message then the MessageBuilder will use the Category and Severity of that Message, otherwise it will continue the current default behavior which is to use Category.USER_DEFINED and Severity.INFORMATION.
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@3673 41b1ffd8-f28e-4786-ab96-9950f0a78031
    matthew_swift
     

14 Jan, 2008

4 commits


11 Jan, 2008

3 commits


10 Jan, 2008

1 commit


09 Jan, 2008

1 commit


08 Jan, 2008

1 commit


07 Jan, 2008

2 commits


04 Jan, 2008

4 commits


03 Jan, 2008

1 commit

  •  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