10 Jul, 2009

2 commits


09 Jul, 2009

1 commit


08 Jul, 2009

4 commits


07 Jul, 2009

8 commits


06 Jul, 2009

1 commit

  • …ication server and servers with only a replication server)
    
    The new arguments for the enable subcommand are:
    --noReplicationServer1
        Specifies not to have a replication port and changelog on the first server.
        The first server will only contain replicated data but no changelog with
        the modifications made to the replicated data.  At least two servers with a
        changelog are required in the replication topology to avoid a single point
        of failure
    --onlyReplicationServer1
        Specifies to only have a changelog (with a replication port) on the first
        server.  The first server will not contain replicated data but only a
        changelog with the modifications made in the data contained in other
        servers
    --noReplicationServer2
        Specifies not to have a replication port and changelog on the second
        server.  The second server will only contain replicated data but no
        changelog with the modifications made to the replicated data.  At least two
        servers with a changelog are required in the replication topology to avoid
        a single point of failure
    --onlyReplicationServer2
        Specifies to only have a changelog (with a replication port) on the second
        server.  The second server will not contain replicated data but only a
        changelog with the modifications made in the data contained in other
        servers
    
    
    The two new arguments for the disable subcommand are:
    
    --disableReplicationServerArg
        Disable the replication server.  The replication port and changelog will be
        disabled on the specified server
    --disableAll
        Disable all the replication configuration in the specified server.  The
        contents of the server will no longer be replicated and the replication
        server (changelog and replication port) will be disabled if it is
        configured
    
    There is a new configuration argument:
    --advanced
        Use this option to have access to advanced settings when running this
        command-line in interactive mode
    
    
    Note that the --disableAll is not required but it can be considered a handy option to remove all replication information in a given server (including the contents in cn=admin data).  It can be useful when the user wants to start over a replication configuration as it guarantees a clean starting point.
    
    The current behavior (when no new arguments are specified) has been kept intact.  This means that the user will not have to choose to configure the replication server or the domains unless the advanced option is specified.
    
    The exception to this happens in the case where the user decides to disable all the suffixes (but the new --disableAll option is not specified).  In this case the replication server will not be automatically disabled.  However if the command is run in non-interactive mode, the user will be informed of this and if run in interactive mode, the user will be proposed to disable it.
    
    The status subcommand has also been modified to display the cases where there are replication servers that are no domains and vice-versa.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@5510 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

04 Jul, 2009

1 commit


02 Jul, 2009

2 commits


01 Jul, 2009

1 commit

  • … during a long while)
    
    The problem comes because quicksetup.jar contains the utility properties.  The code tries to load the correct bundle for the preferred language (for ES), since it is not in quicksetup.jar (no messages_en is included), waits till all the jars are downloaded.  This makes the splashscreen to stay till all the jars are downloaded.
    
    In fact this can be considered a duplicate of  2112.  The fix consists on marking utility.properties the same as quicksetup.properties: when the server is launched using java web start it will use a particular class loader.
    
    
    git-svn-id: https://svn.forgerock.org/opendj/trunk@5500 41b1ffd8-f28e-4786-ab96-9950f0a78031
    jvergara
     

29 Jun, 2009

1 commit


26 Jun, 2009

1 commit


25 Jun, 2009

5 commits


23 Jun, 2009

1 commit


22 Jun, 2009

6 commits


20 Jun, 2009

2 commits


19 Jun, 2009

4 commits