SGF-833 - Switch back to org.apache.geode.distributed.ServerLauncher from GemFireBasedServerProcess.

This commit is contained in:
John Blum
2019-04-10 22:42:09 -07:00
parent 7d348bc116
commit 975a17a86b

View File

@@ -108,7 +108,7 @@ public class GemFireDataSourceUsingNonSpringConfiguredGemFireServerIntegrationTe
arguments.add(String.format("-Dgemfire.log-level=%s", GEMFIRE_LOG_LEVEL));
gemfireServer = ProcessExecutor.launch(serverWorkingDirectory, customClasspath(),
GemFireBasedServerProcess.class, arguments.toArray(new String[0]));
ServerLauncher.class, arguments.toArray(new String[0]));
waitForProcessStart(TimeUnit.SECONDS.toMillis(20), gemfireServer,
GemFireBasedServerProcess.getServerProcessControlFilename());