|
|
@ -68,6 +68,9 @@ public class BatchDatabaseInitializer implements EnvironmentAware {
|
|
|
|
if ("postgres".equals(platform)) {
|
|
|
|
if ("postgres".equals(platform)) {
|
|
|
|
platform = "postgresql";
|
|
|
|
platform = "postgresql";
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
if ("oracle".equals(platform)) {
|
|
|
|
|
|
|
|
platform = "oracle10g";
|
|
|
|
|
|
|
|
}
|
|
|
|
ResourceDatabasePopulator populator = new ResourceDatabasePopulator();
|
|
|
|
ResourceDatabasePopulator populator = new ResourceDatabasePopulator();
|
|
|
|
String schemaLocation = this.environment.getProperty("schema",
|
|
|
|
String schemaLocation = this.environment.getProperty("schema",
|
|
|
|
DEFAULT_SCHEMA_LOCATION);
|
|
|
|
DEFAULT_SCHEMA_LOCATION);
|
|
|
|