20 Aug, 2007

27 commits


19 Aug, 2007

4 commits

  • These tests provide full unit test coverage for all existing entry cache implementations.
    Some of the test methods reside in "slow" group so that they are skipped for precommit
    and alike while all implementation test classes belong to "entrycache" group in order to
    provide selective entry cache tests scope.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2685 41b1ffd8-f28e-4786-ab96-9950f0a78031
    abobrov
     
  • - fix bugs found by entry cache unit tests.
    - sanitize backend map maintenance.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2684 41b1ffd8-f28e-4786-ab96-9950f0a78031
    abobrov
     
  • initialized and contains the parent entry, since some JMX test methods assume
    that to be true.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2683 41b1ffd8-f28e-4786-ab96-9950f0a78031
    neil_a_wilson
     
  • A new global property has been added to be able to specify to use a ClassLoader 
    that limits the search of the bundles to the jar containint the Messages class i
    f we are running WebStart setup/upgrader.  This property is only set in the quic
    ksetup.properties file, so the current behavior is preserved for all the other m
    essages files.  The MessageDescriptor constructors have also been modified and n
    ow require a ClassLoader as parameter.  With this modifications we have a ClassL
    oader defined in QuickSetupMessages.java that will only be used if we are runnin
    g QuickSetup.  The JnlpProperties have been moved to SetupUtils so that the mess
    ages classes only depend on classes on the org.opends.server classes that can be
     compiled independently.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@2682 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

18 Aug, 2007

2 commits


17 Aug, 2007

7 commits