HypersonicManager.DEFAULT_USERNAME;
config.repositoryPassword =
HypersonicManager.DEFAULT_PASSWORD;
config.repositoryVendor = "hypersonic";
config.repositorySource = dbMgr.getSource();
ConfigProjectPoliciesJdbcValue jdbcPolicies =
new ConfigProjectPoliciesJdbcValue();
jdbcPolicies.projectName = "#DefaultProject";
config.defaultProjectPolicies = jdbcPolicies;
// These are unused by Hypersonic but we can check.
config.repositoryHost = "an unknown host";
config.repositoryPort = new Integer(999);