VirtualDatabaseAutoLoad configuration files using files or HTTP
---------------------------------------------------------------

         Key: SEQUOIA-1072
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-1072
     Project: Sequoia
        Type: New Feature

  Components: Core, Configuration Files Parser  
    Reporter: Emmanuel Cecchet
 Assigned to: Emmanuel Cecchet 
     Fix For: Sequoia 4.0


VirtualDatabase element in the controller configuration is renamed to 
VirtualDatabaseAutoLoad and it is no more possible to autoEnableBackends with 
the option force and a checkpoint (do that from the console instead if you 
really want to do this).
It should also be possible to load configuration files through standard 
protocol (HTTP will be supported first).

Sequoia 2.10:
    <VirtualDatabase configFile="hsqldb-raidb1-distribution-2.xml" 
virtualDatabaseName="myDB" autoEnableBackends="true"/>

Sequoia 4:
    <VirtualDatabaseAutoLoad configFile="file:hsqldb-raidb1-distribution-2.xml" 
virtualDatabaseName="myDB" autoEnableBackends="true"/>
    <VirtualDatabaseAutoLoad 
configFile="http://www.config.com/hsqldb-raidb1-distribution-2.xml"; 
virtualDatabaseName="myDB" autoEnableBackends="true"/>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to