From 554cb281e9c495fea22328a1faf20ba9fc8b702a Mon Sep 17 00:00:00 2001 From: chenson42 Date: Sat, 14 Jun 2008 17:47:37 +0000 Subject: [PATCH] Add another option that will be useful for profiles: the ability to point to a configuration script that can do initial setup for a registration server if it has not yet been setup. --- .../org/jumpmind/symmetric/service/impl/BootstrapService.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/symmetric/src/main/java/org/jumpmind/symmetric/service/impl/BootstrapService.java b/symmetric/src/main/java/org/jumpmind/symmetric/service/impl/BootstrapService.java index c3d9ae7689..ac94498873 100644 --- a/symmetric/src/main/java/org/jumpmind/symmetric/service/impl/BootstrapService.java +++ b/symmetric/src/main/java/org/jumpmind/symmetric/service/impl/BootstrapService.java @@ -236,6 +236,8 @@ public void validateConfiguration() { * Give the end use the option to provide a script that will load a * registration server with an initial SymmetricDS setup. * + * Look first on the file system, then in the classpath for the SQL file. + * * @return true if the script was executed */ private boolean loadFromScriptIfProvided() {